Skip to content

Commit

Permalink
tests/clustering: Use correct target project argument
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jul 27, 2024
1 parent ef22ae3 commit 8366dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/clustering.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ test_clustering_image_refresh() {

for project in default foo bar; do
# Copy the public image to each project
INCUS_DIR="${INCUS_ONE_DIR}" incus image copy public:testimage local: --alias testimage --project "${project}"
INCUS_DIR="${INCUS_ONE_DIR}" incus image copy public:testimage local: --alias testimage --target-project "${project}"

# Diable autoupdate for testimage in project foo
if [ "${project}" = "foo" ]; then
Expand Down

0 comments on commit 8366dfb

Please sign in to comment.