Skip to content

Commit

Permalink
fix: misspelled .env var in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2ynn committed Dec 10, 2024
1 parent 302aab3 commit 1de54e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void testAuthenticateRequestLocal() throws URISyntaxException {
}

@Test
@EnabledIfEnvironmentVariable(named = "CLERK_SESSION_KEY", matches = ".+")
@EnabledIfEnvironmentVariable(named = "CLERK_SESSION_TOKEN", matches = ".+")
public void testAuthenticateRequestNoSecretKey() throws URISyntaxException {
String token = sessionToken.get();

Expand Down

0 comments on commit 1de54e7

Please sign in to comment.