Skip to content

Commit 8829168

Browse files
committed
updat end to end test after renaming
--suppress-tqdm to --disable-tqdm
1 parent fe29f44 commit 8829168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: startsWith(matrix.operating_system, 'ubuntu')
7474
run: |
7575
cd my_splunk_content_pack
76-
poetry run contentctl test --suppress-tqdm --post-test-behavior never_pause
76+
poetry run contentctl test --disable-tqdm --post-test-behavior never_pause
7777
7878
- uses: actions/upload-artifact@v4
7979
with:

0 commit comments

Comments
 (0)