Skip to content

Commit

Permalink
Rest API test (initial steps)
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 20, 2024
1 parent 64f8b66 commit 81268c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_exclude_list_rest_api():
]

# Add ports to excluded list
response = requests.put(url, data=json.dumps(excluded_ports), headers={'Content-Type': 'application/json'}, timeout=5, auth = None, verify = False)
response = requests.put(url, data=json.dumps(excluded_ports), timeout=5)
assert response.status_code == http.client.OK


Expand Down

0 comments on commit 81268c1

Please sign in to comment.