From b62e1e0db61d067783d792724e7053ad78958d25 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 12 Sep 2025 16:47:57 -0600 Subject: chore: rename ZED_ env vars to SPICEDB_ --- test/integration/container_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/container_test.go') 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", } } -- cgit v1.2.3