Skip to content

Commit d68aefe

Browse files
committed
drop use of tests/configs/misc directory
1 parent 18e80d3 commit d68aefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_valid_location(self):
6161
Check the valid_location functionality
6262
"""
6363

64-
test_location = get_test_config("misc/misc1.ini")
64+
test_location = get_test_config("subcluster/pilot.ini")
6565
self.assertTrue(validation.valid_location(test_location),
6666
"%s not marked as a valid location" % test_location)
6767

0 commit comments

Comments
 (0)