Commit 1e42ff03 authored by 杨彦's avatar 杨彦

test git config

parent 8dfa9b4d
...@@ -25,7 +25,7 @@ class LivePolling(LiveCase): ...@@ -25,7 +25,7 @@ class LivePolling(LiveCase):
''' '''
rep = requests.get(self.url, params=self.params).json() rep = requests.get(self.url, params=self.params).json()
self.assertEqual(rep['error'], 0, rep) self.assertEqual(rep['error'], 0, rep)
print('用户polling轮询接口执行成功') print('用户polling轮询接口用例执行成功')
@require_login(settings.LIVE_USER) @require_login(settings.LIVE_USER)
def test_live_polling_author(self): def test_live_polling_author(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment