File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ To enable [HTTPS Hoverfly simulations](https://docs.hoverfly.io/en/latest/pages/
110
110
- name: Install Hoverfly
111
111
uses: agilepathway/hoverfly-github-action@main
112
112
with:
113
- version: v1.3.0
114
113
runner_github_workspace_path: ${{ github.workspace }}
115
114
- name: Enable https calls to be simulated by Hoverfly
116
115
run: install-and-trust-hoverfly-default-cert.sh
@@ -123,7 +122,7 @@ after which you can go ahead and simulate HTTPS calls (see
123
122
in the [ end-to-end tests] ( .github/workflows/tests.yml ) ).
124
123
125
124
Our Hoverfly GitHub Action automatically makes this https cert
126
- [ install script] ( ./install-and-trust-hoverfly-default-cert.sh ) available to you
125
+ [ install script] ( ./install-and-trust-hoverfly-default-cert.sh ) available
127
126
(in the same ` ${{ github.workspace }}/bin ` directory which we add to the path and which the
128
127
Hoverfly binaries are located in too).
129
128
You can’t perform that action at this time.
0 commit comments