Skip to content

Commit

Permalink
Merge pull request #809 from lsst/tickets/DM-38447
Browse files Browse the repository at this point in the history
DM-38447: Fix config file used in chained datastore transfer test
  • Loading branch information
timj committed Mar 27, 2023
2 parents f43a511 + 0e91ee5 commit 8cb2e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ def assertButlerTransfers(self, id_gen_map=None, purge=False, storageClassName="


class ChainedDatastoreTransfers(PosixDatastoreTransfers):
configFile = os.path.join(TESTDIR, "config/basic/chainedDatastore.yaml")
configFile = os.path.join(TESTDIR, "config/basic/butler-chained.yaml")


if __name__ == "__main__":
Expand Down

0 comments on commit 8cb2e88

Please sign in to comment.