Skip to content
Snippets Groups Projects
Unverified Commit f5f44e16 authored by Andrea Franchini's avatar Andrea Franchini
Browse files

fix test

parent 986bd6ad
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ def test_post_nginx_sat_V2_1():
payload = r.json()
assert r.status_code == requests.codes.ok
assert payload["result"] is not None
assert payload["result"] == "sat"
assert payload["result"] == "unsat" # it was sat before req change
def test_post_faas_unsat_V2_2():
......
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