Skip to content

Commit 9943b00

Browse files
committed
fix: change creds env variable name
1 parent 997f029 commit 9943b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/stack-instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function stackInstance() {
1313
live_preview: {
1414
enable: false,
1515
preview_token: process.env.PREVIEW_TOKEN || '',
16-
host: process.env.HOST || '',
16+
host: process.env.LIVE_PREVIEW_HOST || '',
1717
}
1818
};
1919

0 commit comments

Comments
 (0)