Skip to content

Commit

Permalink
removed the get_system_config_object and get_system_config_dict fixtu…
Browse files Browse the repository at this point in the history
…res. Redundant since we have get_config_object.
  • Loading branch information
cliang li committed Sep 2, 2023
1 parent f7de704 commit bc8428b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dss_datamover/unittests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ def get_config_dict(get_config_object):
return get_config_object.get_config()


@pytest.fixture(scope="session")
def get_system_config_object():
config_obj = config.Config({}, config_filepath="/etc/dss/datamover/config.json")
return config_obj


@pytest.fixture(scope="session")
def get_system_config_dict(get_system_config_object):
return get_system_config_object.get_config()
Expand Down

0 comments on commit bc8428b

Please sign in to comment.