Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Sep 4, 2024
1 parent 468ff39 commit 0fd8cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions file-metrics-collector/tests/test_rock.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ def test_rock(rock_test_env):
"docker",
"run",
"--rm",
"--entrypoint",
"/bin/bash",
LOCAL_ROCK_IMAGE,
"exec",
"ls",
"-la",
"/app/file-metricscollector",
"-c",
"ls -la /app/file-metricscollector",
],
check=True,
)
Expand Down

0 comments on commit 0fd8cb8

Please sign in to comment.