mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-30 12:59:39 +08:00
fix unittest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user