There was an error while loading. Please reload this page.
1 parent 76b89f4 commit bfbb747Copy full SHA for bfbb747
1 file changed
tests/scripts/pulp_file/test_prn.sh
@@ -34,7 +34,7 @@ expect_fail pulp -v file remote show --remote "${repository_prn}"
34
35
# Test sync
36
expect_succ pulp -v file repository sync --repository "${repository_prn}" --remote "${remote_prn}"
37
-file_prn=$(pulp file content list --limit 1 --offset 0 | jq -r .[].prn)
+file_prn=$(pulp file content list --repository "${repository_prn}" --limit 1 --offset 0 | jq -r .[].prn)
38
39
# Test update
40
expect_succ pulp -v file repository update --repository "${repository_prn}" --remote "${remote_prn}"
0 commit comments