Skip to content

Commit d6d2ad1

Browse files
committed
update test case
1 parent d8a5218 commit d6d2ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/magicmirror/pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source dev-container-features-test-lib
1010

1111
# Feature-specific tests
1212
# 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'"
13+
check "test pypi mirror" bash -c "cat /etc/pip.conf | grep 'index-url = https://dummy-pypi-mirror.com/pypi/web/simple/'"
1414

1515
# Report results
1616
# If any of the checks above exited with a non-zero exit code, the test will fail.

0 commit comments

Comments
 (0)