Parcourir la source

Fix URLs in the tests

pull/1844/head
Mateusz Neumann il y a 3 ans
Parent
révision
3bdafde5bf
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      plugins/python-build/test/pyenv_ext.bats

+ 3
- 3
plugins/python-build/test/pyenv_ext.bats Voir le fichier

@ -360,7 +360,7 @@ OUT
run_inline_definition_with_name --name=2.6 <<OUT
echo "\${GET_PIP_URL}"
OUT
assert_output "https://bootstrap.pypa.io/2.6/get-pip.py"
assert_output "https://bootstrap.pypa.io/pip/2.6/get-pip.py"
assert_success
}
@ -368,7 +368,7 @@ OUT
run_inline_definition_with_name --name=3.2 <<OUT
echo "\${GET_PIP_URL}"
OUT
assert_output "https://bootstrap.pypa.io/3.2/get-pip.py"
assert_output "https://bootstrap.pypa.io/pip/3.2/get-pip.py"
assert_success
}
@ -376,6 +376,6 @@ OUT
run_inline_definition_with_name --name=3.3 <<OUT
echo "\${GET_PIP_URL}"
OUT
assert_output "https://bootstrap.pypa.io/3.3/get-pip.py"
assert_output "https://bootstrap.pypa.io/pip/3.3/get-pip.py"
assert_success
}

Chargement…
Annuler
Enregistrer