Skip to content

Commit

Permalink
Remove unneeded repeat scan in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Apr 17, 2024
1 parent 4b7d7c7 commit ade4b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/value_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def checkVerbose(self, dset_id, headers=None, expected=None):
continue
# should get a NO_CONTENT code
self.assertEqual(rsp.status_code, 204)
break

# do a get and verify the additional keys are
req = f"{self.endpoint}/datasets/{dset_id}"
Expand Down

0 comments on commit ade4b9d

Please sign in to comment.