Skip to content

Commit

Permalink
fixing test, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 21, 2023
1 parent 2963ead commit d5f9dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_psc_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_db_connection_creation():
assert ret_val.startswith('PostgreSQL')


#@pytest.mark.skip(reason="Local test only")
@pytest.mark.skip(reason="Local test only")
def test_get_catalogs():
"""
method to test getting catalog data given a run id
Expand Down Expand Up @@ -105,7 +105,7 @@ def test_get_catalogs():
# remove all non-PSC past run data
catalog_data = psc_sync.filter_catalog_past_runs(catalog_data)

# there should be a difference and we should now have a system name
# there should be a data difference and now have a system name
assert count > len(catalog_data['past_runs']) and 'system' in catalog_data

# set a limit
Expand Down

0 comments on commit d5f9dcc

Please sign in to comment.