Skip to content

Commit b66382b

Browse files
committed
Fix the host/port for the (relative) base_url test
1 parent 466f1eb commit b66382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/pulp_file/test_distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ base_url="$(echo "$OUTPUT" | jq -r .[0].base_url)"
6363
# if base_url starts with "/" (relative path) we need to prepend it with the server address
6464
if [[ $base_url == /* ]]
6565
then
66-
base_url="http://localhost:8080${base_url}"
66+
base_url="https://pulp:443${base_url}"
6767
fi
6868

6969
expect_succ pulp file distribution list --base-path-contains "CLI"

0 commit comments

Comments
 (0)