diff --git a/tests/features/steps/config.py b/tests/features/steps/config.py index d757308e..d9919cd4 100644 --- a/tests/features/steps/config.py +++ b/tests/features/steps/config.py @@ -1,15 +1,5 @@ import configparser -namespace_endpoint = "namespace/" -netbox_endpoint = "netbox/" -storage_endpoint = "storage/" -ingress_endpoint = "ingress/" -postgres_endpoint = "postgres/" -postgres_database_endpoint = "database/" -redis_endpoint = "redis/" -redis_db_endpoint = "database/" -organization_endpoint = "organization/" - class TestConfig: """A class to read the test configurations from the configs.ini file"""