fix unittest

This commit is contained in:
debugtalk
2019-04-04 15:36:58 +08:00
parent 5fbbf6e70c
commit 7c6285b7b0
11 changed files with 18 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ class ApiServerUnittest(unittest.TestCase):
'app_version': app_version
}
data = {
'sign': get_sign(user_agent, device_sn, os_platform, app_version)
'sign': get_sign(device_sn, os_platform, app_version)
}
resp = self.api_client.post(url, json=data, headers=headers)