Skip to content

Commit

Permalink
remove commented-out assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Sep 25, 2024
1 parent d00cb3d commit a79eaf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_nmdcapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def test_objects(mock_api, requests_mock, site_config, test_data_dir):
os.remove(fn)
afile = test_data_dir / "afile"
resp = n.create_object(str(afile), "desc", "http://localhost/")
# assert "checksums" in resp
resp = n.create_object("./test_data/afile", "desc", "http://localhost/")
# assert "checksums" in resp
url = "http://localhost/workflows/workflow_executions"
requests_mock.post(url, json={"a": "b"})
resp = n.post_objects({"a": "b"})
Expand Down

0 comments on commit a79eaf8

Please sign in to comment.