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 d8a5218 commit d6d2ad1Copy full SHA for d6d2ad1
test/magicmirror/pypi.sh
@@ -10,7 +10,7 @@ source dev-container-features-test-lib
10
11
# Feature-specific tests
12
# The 'check' command comes from the dev-container-features-test-lib.
13
-check "test pypi mirror" bash -c "cat /etc/pip.conf | grep 'index-url = dummy-pypi-mirror'"
+check "test pypi mirror" bash -c "cat /etc/pip.conf | grep 'index-url = https://dummy-pypi-mirror.com/pypi/web/simple/'"
14
15
# Report results
16
# If any of the checks above exited with a non-zero exit code, the test will fail.
0 commit comments