Skip to content
Snippets Groups Projects
Commit f2e609b0 authored by Sam Roberts's avatar Sam Roberts
Browse files

fix broken cases

parent f65145f2
No related branches found
No related tags found
1 merge request!13Feature/pol1 430 EAP NRENs
...@@ -679,7 +679,7 @@ def populate_inventory(data_config): ...@@ -679,7 +679,7 @@ def populate_inventory(data_config):
["ASNET-AM", "GEANT"], ["ASNET-AM", "GEANT"],
["LITNET", "CESNET", "KIAE", "SWITCH"], ["LITNET", "CESNET", "KIAE", "SWITCH"],
), ),
("testfolder", ["GEANT"], ["KIAE", "SWITCH"]), ("testfolder", ["GEANT"], ["KIAE", "SWITCH", "AZSCIENCENET"]),
], ],
) )
def test_provision_nren_folder( def test_provision_nren_folder(
......
[tox] [tox]
envlist = py38, py311 envlist = py311
[flake8] [flake8]
exclude = venv,.tox exclude = venv,.tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment