You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,9 +237,8 @@ rspec --tag integration
237
237
```
238
238
239
239
By default, this runs the integration tests against [VCR recordings](https://github.com/vcr/vcr) of the Sandbox API with an official CloudConvert account.
240
-
If you would like to use your own account, you can set your API key using the `CLOUDCONVERT_API_KEY` environment variable.
240
+
If you would like to use your own account, you can set your API key using the `CLOUDCONVERT_API_KEY` environment variable and disable VCR with `VCR=off` or by using the `rake spec:sandbox` task.
241
241
In this case you need to whitelist the following MD5 hashes for Sandbox API (using the CloudConvert dashboard).
242
-
If you want the tests to do real web requests pass `VCR=off`.
0 commit comments