diff options
author | 2025-06-05 16:18:32 +0200 | |
---|---|---|
committer | 2025-06-05 16:18:32 +0200 | |
commit | 61e779486fffd77eed4b95eec0ab5fcf106dd2d5 (patch) | |
tree | 85518de42eea4004e4c891676bce52836de06461 /packages/db/test/ssr-no-apptoken.test.js | |
parent | 0947a69192ad6820970902c7c951fb0cf31fcf4b (diff) | |
download | astro-feat/remove-studio.tar.gz astro-feat/remove-studio.tar.zst astro-feat/remove-studio.zip |
feat: remove studiofeat/remove-studio
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 () => { |