Skip to content

Commit 3c55680

Browse files
committed
Added 'azure' in the keys for future reference
1 parent 887a891 commit 3c55680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arc/settings/submit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestSubmit(unittest.TestCase):
1818
def test_servers(self):
1919
"""Test server keys in submit_scripts"""
2020
for server in submit_scripts.keys():
21-
self.assertTrue(server in ['local', 'atlas', 'txe1', 'pbs_sample', 'server1', 'server2'])
21+
self.assertTrue(server in ['local', 'atlas', 'txe1', 'pbs_sample', 'server1', 'server2', 'azure'])
2222

2323

2424
if __name__ == '__main__':

0 commit comments

Comments
 (0)