diff options
| author | mo khan <mo@mokhan.ca> | 2025-09-12 16:47:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-09-12 16:47:57 -0600 |
| commit | b62e1e0db61d067783d792724e7053ad78958d25 (patch) | |
| tree | 8c96c16c9548425d156df0990e808ae69c490b68 /test | |
| parent | 22b31dc21dc3e5fa1b2f2655f6db6bc480860477 (diff) | |
Diffstat (limited to 'test')
| -rw-r--r-- | test/integration/container_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/container_test.go b/test/integration/container_test.go index 51b19a5..3d8f6bc 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -28,8 +28,8 @@ func environmentVariables(srv *web.OIDCServer, databaseURL string) map[string]st "OAUTH_CLIENT_SECRET": srv.MockOIDC.ClientSecret, "OIDC_ISSUER": srv.Issuer(), "RUNWAY_PG_USER_POSTGRES_PASSWORD_SPARKLE": "secret", - "ZED_ENDPOINT": ":50051", - "ZED_TOKEN": "secret", + "SPICEDB_ENDPOINT": ":50051", + "SPICEDB_TOKEN": "secret", } } |
