We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffff9f commit b7d2db1Copy full SHA for b7d2db1
tests/testthat/setup-webchem.R
@@ -7,5 +7,5 @@ invisible(vcr::vcr_configure(
7
vcr::check_cassette_names()
8
9
if (!nzchar(Sys.getenv("CHEMSPIDER_KEY"))) {
10
- Sys.setenv("CHEMPSPIDER_KEY" = "foobar")
+ Sys.setenv("CHEMSPIDER_KEY" = "my_api_key")
11
}
0 commit comments