We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e80d3 commit d68aefeCopy full SHA for d68aefe
tests/test_validation.py
@@ -61,7 +61,7 @@ def test_valid_location(self):
61
Check the valid_location functionality
62
"""
63
64
- test_location = get_test_config("misc/misc1.ini")
+ test_location = get_test_config("subcluster/pilot.ini")
65
self.assertTrue(validation.valid_location(test_location),
66
"%s not marked as a valid location" % test_location)
67
0 commit comments