We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9699cd commit 0fdc658Copy full SHA for 0fdc658
tests/test_cli.py
@@ -194,10 +194,10 @@ def test_sync_dryrun(
194
assert result.exit_code == 0
195
196
output = (
197
- "This would delete the following labels:\n"
198
- " - infra\n"
199
"This would update the following labels:\n"
200
" - bug\n"
+ "This would delete the following labels:\n"
+ " - infra\n"
201
"This would create the following labels:\n"
202
" - dependencies\n"
203
"This would NOT modify the following labels:\n"
0 commit comments