Skip to content
Snippets Groups Projects
Commit 72430a86 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

Added additional test into python script

parent ba2fdf94
No related branches found
No related tags found
No related merge requests found
......@@ -112,4 +112,9 @@ sxMmX+s/PapsdSyUJ2g3hAf6Iv5m0pcUeQ==
response = requests.post('http://localhost:8080/api/auth/device',headers=header,data=json.dumps(data))
print(response.status_code)
print(response.text)
response = requests.get("http://localhost:8080/api/nameservice/name/aberaud",headers=header)
print(response.status_code)
print(response.text)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment