Skip to content

Commit b7d2db1

Browse files
committed
Fix API key for ChemSpider vcr tests on CI
1 parent 1ffff9f commit b7d2db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/setup-webchem.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ invisible(vcr::vcr_configure(
77
vcr::check_cassette_names()
88

99
if (!nzchar(Sys.getenv("CHEMSPIDER_KEY"))) {
10-
Sys.setenv("CHEMPSPIDER_KEY" = "foobar")
10+
Sys.setenv("CHEMSPIDER_KEY" = "my_api_key")
1111
}

0 commit comments

Comments
 (0)