From 71ea48d8a14a4f082f90e3530cad236b32f79457 Mon Sep 17 00:00:00 2001
From: Andrea Franchini <hello@andreafranchini.com>
Date: Wed, 22 Mar 2023 11:53:23 +0100
Subject: [PATCH] Test case changed, update test suite

---
 tests/test_mc_openapi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_mc_openapi.py b/tests/test_mc_openapi.py
index 5f777dd..0d187fc 100644
--- a/tests/test_mc_openapi.py
+++ b/tests/test_mc_openapi.py
@@ -101,4 +101,4 @@ def test_post_nginx_with_func_reqs_unsat_V2_2():
     payload = r.json()
     assert r.status_code == requests.codes.ok
     assert payload["result"] is not None
-    assert payload["result"] == "unsat"
\ No newline at end of file
+    assert payload["result"] == "sat"
\ No newline at end of file
-- 
GitLab