Skip to content

Commit

Permalink
Fix integration tests (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv authored Oct 15, 2024
1 parent 920343b commit d61ca60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsl/test-script.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if (secretFlag) {
await ensureClean();

/**
* Test Push
* Test push --active
*/
await execFaunaCmd(["schema", "push", "--force"]);
await execFaunaCmd(["schema", "push", "--active", "--no-input"]);
const collNames = await execPaginated("Collection.all().map(.name).order()");
if (
collNames.length != expectedCollNames.length ||
Expand Down

0 comments on commit d61ca60

Please sign in to comment.