Skip to content

Commit

Permalink
Undo skipping of test now that its dependency has been satisfied
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna authored Dec 17, 2024
1 parent a36b9d3 commit 0bad6c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_api/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def get_study_by_id(id_: str) -> Optional[dict]:
return load_studies().get(id_.strip())


@pytest.mark.skip("Needs fixed changesheet")
def test_load_changesheet():
mdb = get_mongo(run_config_frozen__normal_env).db
sty_local_id = "sty-11-pzmd0x14"
Expand Down

0 comments on commit 0bad6c7

Please sign in to comment.