Skip to content

Commit

Permalink
Merge pull request #865 from lsst/tickets/DM-41846
Browse files Browse the repository at this point in the history
DM-41846: Use the test ID as the unique component of the test run collection
  • Loading branch information
timj authored Nov 27, 2023
2 parents dffeac4 + c89c0bb commit 3637e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def tearDownClass(cls):

def setUp(self):
super().setUp()
self.butler = butlerTests.makeTestCollection(self.repo)
self.butler = butlerTests.makeTestCollection(self.repo, uniqueId=self.id())

self.dataId = {"instrument": "notACam", "visit": 101, "detector": 42}
# CalibrateTask absolutely requires an ExpandedDataCoordinate
Expand Down

0 comments on commit 3637e94

Please sign in to comment.