Skip to content

Commit 78c1f77

Browse files
committed
Adding test to int record ID
1 parent 1946d95 commit 78c1f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dataset_resolver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
("test:data", dataset.Rucio),
3838
("rucio://test:test", dataset.Rucio),
3939
("123", dataset.CERNOpenData),
40+
(123, dataset.CERNOpenData),
4041
("root://eosatlas.cern.ch//eos/", dataset.FileList),
4142
("root://eosatlas.cern.ch//eos/*", dataset.XRootD),
4243
(["root://eosatlas.cern.ch//eos/", "https://test.com"], dataset.FileList),

0 commit comments

Comments
 (0)