aboutsummaryrefslogtreecommitdiff
path: root/packages/db/test/ssr-no-apptoken.test.js
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2025-06-05 16:18:32 +0200
committerGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2025-06-05 16:18:32 +0200
commit61e779486fffd77eed4b95eec0ab5fcf106dd2d5 (patch)
tree85518de42eea4004e4c891676bce52836de06461 /packages/db/test/ssr-no-apptoken.test.js
parent0947a69192ad6820970902c7c951fb0cf31fcf4b (diff)
downloadastro-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.js2
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 () => {