Skip to content

Commit b71738f

Browse files
authored
1 parent ccb1f48 commit b71738f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

diracx-core/tests/test_s3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
s3_object_exists,
1717
)
1818

19-
BUCKET_NAME = "test_bucket"
20-
OTHER_BUCKET_NAME = "other_bucket"
21-
MISSING_BUCKET_NAME = "missing_bucket"
19+
BUCKET_NAME = "test-bucket"
20+
OTHER_BUCKET_NAME = "other-bucket"
21+
MISSING_BUCKET_NAME = "missing-bucket"
2222
INVALID_BUCKET_NAME = ".."
2323

2424
rng = random.Random(1234)

0 commit comments

Comments
 (0)