Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
I'm somewhat concerned that this didn't consistently fail.
This should fix CI.
  • Loading branch information
lishaduck authored and jfmengels committed Jan 20, 2025
1 parent b1e9308 commit d9b2dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ await createTestSuiteWithDifferentReportFormats(
[
'--config',
'../config-that-triggers-no-errors',
'--template jfmengels/test-node-elm-review'
'--template=jfmengels/test-node-elm-review'
],
'remote-configuration-with-config-flag'
);
Expand Down

0 comments on commit d9b2dca

Please sign in to comment.