Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Fix docker command in tests (cvat-ai#5538)
Browse files Browse the repository at this point in the history
This PR fixes a problem with local running of tests introduced in cvat-ai#5498.
When running tests locally, there can be multiple tags available, while
we need the `dev` tag, which should be created right before tests are
executed.

- Added the missing image tag in the docker run command
  • Loading branch information
zhiltsov-max authored and mikhail-treskin committed Jul 1, 2023
1 parent f6c5c1e commit 7e61336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/rest_api/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def test_create_task_with_file_pattern(
f"{tmp_dir}:/local",
"--entrypoint",
"python3",
"cvat/server",
"cvat/server:dev",
"utils/dataset_manifest/create.py",
"--output-dir",
"/local",
Expand Down

0 comments on commit 7e61336

Please sign in to comment.