Merge pull request #47520 from rallytime/cleanup-spaces

Cleanup weird spaces
This commit is contained in:
Nicole Thomas 2018-05-07 15:50:57 -04:00 committed by GitHub
commit 95b2f9db30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ class TestSaltAPIHandler(_SaltnadoIntegrationTestCase):
self.assertEqual(response.headers['Location'], '/login')
# Local client tests
@ skipIf(True, 'to be re-enabled when #23623 is merged')
@skipIf(True, 'to be re-enabled when #23623 is merged')
def test_simple_local_post(self):
'''
Test a basic API of /
@ -121,7 +121,7 @@ class TestSaltAPIHandler(_SaltnadoIntegrationTestCase):
self.assertEqual(response_obj['return'], ["No minions matched the target. No command was sent, no jid was assigned."])
# local client request body test
@ skipIf(True, 'Undetermined race condition in test. Temporarily disabled.')
@skipIf(True, 'Undetermined race condition in test. Temporarily disabled.')
def test_simple_local_post_only_dictionary_request(self):
'''
Test a basic API of /