summaryrefslogtreecommitdiff
path: root/cli/tests/integration
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-28 13:52:10 -0400
committerGitHub <noreply@github.com>2022-09-28 13:52:10 -0400
commitfcb20ab952fb78cd3069239a25f8e24d49cca541 (patch)
treeac6bd572a57bf9279e702d19b3ec5b90420f39e3 /cli/tests/integration
parente64af6260a512a9e6eaed8bc8c48f0222c39afb2 (diff)
chore: fix flaky integration::lint::compact (#16075)
Diffstat (limited to 'cli/tests/integration')
-rw-r--r--cli/tests/integration/lint_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/lint_tests.rs b/cli/tests/integration/lint_tests.rs
index 6b78e0609..afcdc6e40 100644
--- a/cli/tests/integration/lint_tests.rs
+++ b/cli/tests/integration/lint_tests.rs
@@ -44,7 +44,7 @@ itest!(json {
itest!(compact {
args:
- "lint --compact lint/without_config/file1.js lint/without_config/file2.ts lint/without_config/ignored_file.tss",
+ "lint --compact lint/without_config/file1.js lint/without_config/ignored_file.tss",
output: "lint/expected_compact.out",
exit_code: 1,
});