diff --git a/test/test_update.py b/test/test_update.py
index ec4e6f45f071674d45eda023b1260cc7af142db9..222635387acb1d726b877ba42fc40333820e2311 100644
--- a/test/test_update.py
+++ b/test/test_update.py
@@ -679,7 +679,7 @@ def populate_inventory(data_config):
                 ["ASNET-AM", "GEANT"],
                 ["LITNET", "CESNET", "KIAE", "SWITCH"],
         ),
-        ("testfolder", ["GEANT"], ["KIAE", "SWITCH"]),
+        ("testfolder", ["GEANT"], ["KIAE", "SWITCH", "AZSCIENCENET"]),
     ],
 )
 def test_provision_nren_folder(
diff --git a/tox.ini b/tox.ini
index 6b749b99e29ebfbdbe4980c958b1845fba1e7ae5..b5793fc9f433c662460444f24b58a19d8e0d5289 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py38, py311
+envlist = py311
 
 [flake8]
 exclude = venv,.tox