diff options
Diffstat (limited to 'packages/db/test/ssr-no-apptoken.test.js')
-rw-r--r-- | packages/db/test/ssr-no-apptoken.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/test/ssr-no-apptoken.test.js b/packages/db/test/ssr-no-apptoken.test.js index c570306e5..a78d7bf58 100644 --- a/packages/db/test/ssr-no-apptoken.test.js +++ b/packages/db/test/ssr-no-apptoken.test.js @@ -17,7 +17,7 @@ describe('missing app token', () => { remoteDbServer = await setupRemoteDbServer(fixture.config); await fixture.build(); // Ensure there's no token at runtime - delete process.env.ASTRO_STUDIO_APP_TOKEN; + delete process.env.ASTRO_DB_APP_TOKEN; }); after(async () => { |