Changed 09_ports.yml to 10_ports.yml

This commit is contained in:
2025-09-03 17:40:59 +02:00
parent e2993d2912
commit 751615b1a4
7 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ class TestCreateDockerRoleCLI(unittest.TestCase):
def setUp(self):
# Temporary directory for YAML files and templates
self.tmpdir = tempfile.mkdtemp()
self.ports_file = os.path.join(self.tmpdir, '09_ports.yml')
self.ports_file = os.path.join(self.tmpdir, '10_ports.yml')
self.networks_file = os.path.join(self.tmpdir, '09_networks.yml')
def tearDown(self):