We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466f1eb commit b66382bCopy full SHA for b66382b
tests/scripts/pulp_file/test_distribution.sh
@@ -63,7 +63,7 @@ base_url="$(echo "$OUTPUT" | jq -r .[0].base_url)"
63
# if base_url starts with "/" (relative path) we need to prepend it with the server address
64
if [[ $base_url == /* ]]
65
then
66
- base_url="http://localhost:8080${base_url}"
+ base_url="https://pulp:443${base_url}"
67
fi
68
69
expect_succ pulp file distribution list --base-path-contains "CLI"
0 commit comments