Skip to content

Commit 4c9959f

Browse files
committed
updated test to use the correct ChannelDeployConfig
1 parent 43f1c76 commit 4c9959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deploy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ describe("deploy", () => {
166166
exec.exec = jest.fn(fakeExec);
167167

168168
const config: ChannelDeployConfig = {
169-
...baseChannelDeployConfig,
169+
...forcePreviewDeployConfig,
170170
target: "my-second-site",
171171
};
172172

0 commit comments

Comments
 (0)