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
Branches
No related tags found
No related merge requests found
...@@ -113,3 +113,8 @@ sxMmX+s/PapsdSyUJ2g3hAf6Iv5m0pcUeQ== ...@@ -113,3 +113,8 @@ sxMmX+s/PapsdSyUJ2g3hAf6Iv5m0pcUeQ==
response = requests.post('http://localhost:8080/api/auth/device',headers=header,data=json.dumps(data)) response = requests.post('http://localhost:8080/api/auth/device',headers=header,data=json.dumps(data))
print(response.status_code) print(response.status_code)
print(response.text) 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.
Please register or to comment