Skip to content

Commit

Permalink
Use the same signing key that was used by other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KiKoS0 committed Sep 12, 2024
1 parent ee19cda commit ad202cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected CommHandler commHandler(@Autowired Inngest inngestClient) {
@ExtendWith(SystemStubsExtension.class)
public class CloudModeIntrospectionTest {

private static final String productionSigningKey = "signkey-prod-2a89e554826a40672684e75eee6e34909b45aa4fd04fff5ff49bbe28c24ef424";
private static final String productionSigningKey = "signkey-prod-b2ed992186a5cb19f6668aade821f502c1d00970dfd0e35128d51bac4649916c";
private static final String productionEventKey = "test";
@SystemStub
private static EnvironmentVariables environmentVariables;
Expand Down
1 change: 0 additions & 1 deletion inngest/src/test/kotlin/com/inngest/ServeConfigTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ internal class ServeConfigTest {
)
}

// hasSigningKey()
@Test
fun `should return false if not set - dev`() {
val config = ServeConfig(client = client)
Expand Down

0 comments on commit ad202cc

Please sign in to comment.