bug fix: wp stating

This commit is contained in:
Usman Nasir
2019-12-07 18:06:00 +05:00
parent 963a5de0c4
commit 25854037a8
2 changed files with 7 additions and 5 deletions

View File

@@ -163,7 +163,6 @@ class TestAPI(TestCase):
"securityLevel": "HIGH",
}
response = self.MakeRequest('submitUserCreation', data_ret)
logging.writeToFile(str(response))
self.assertEqual(response['status'], 1)