CP-2205 - Fail CI

This commit is contained in:
Phellippe Lima 2024-06-28 09:55:00 +01:00
parent 8a4086010a
commit 1c3aa7deb4

View File

@ -34,7 +34,8 @@ class TestAccountGroupsApi(unittest.TestCase):
request_body_json = """ request_body_json = """
{ {
"accountGroupName" : "My testing account group", "accountGroupName" : "My testing account group",
"agents" : [ "105", "719" ] "agents" : [ "105", "719" ],
"extra" : "fail"
}""" }"""
request_loaded_json = json.loads(request_body_json) request_loaded_json = json.loads(request_body_json)