Skip to content

Commit

Permalink
Removed unused statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Oliveira-Encora committed Mar 18, 2024
1 parent 6e89c72 commit e1fd6ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/features/steps/config.py
Original file line number Diff line number Diff line change
@@ -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"""
Expand Down

0 comments on commit e1fd6ae

Please sign in to comment.