You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/deploy-test.ts
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,11 @@ describe("deploy", () => {
260
260
awaitdeploy(TEST_OPTIONS,effects);
261
261
assert.fail("expected error");
262
262
}catch(error){
263
-
CliError.assert(error,{message: `Configured repository does not match local repository; check build settings on ${link(`https://observablehq.com/projects/@${DEPLOY_CONFIG.workspaceLogin}/${DEPLOY_CONFIG.projectSlug}/settings`)}`});
263
+
CliError.assert(error,{
264
+
message: `Configured repository does not match local repository; check build settings on ${link(
0 commit comments