1
0
Fork 0
mirror of synced 2024-04-24 23:42:19 +12:00

Update path so tests do not skip

This commit is contained in:
Serene-Arc 2022-09-27 10:59:39 +10:00
parent b7d21161fb
commit 0ce2585f7f

View file

@ -23,7 +23,7 @@ def reddit_instance():
@pytest.fixture(scope='session')
def authenticated_reddit_instance():
test_config_path = Path('test_config.cfg')
test_config_path = Path('./tests/test_config.cfg')
if not test_config_path.exists():
pytest.skip('Refresh token must be provided to authenticate with OAuth2')
cfg_parser = configparser.ConfigParser()