CP-2205 - Force failure

This commit is contained in:
Phellippe Lima 2024-06-26 16:04:01 +01:00
parent abbc5de42a
commit 6320752fb6

View File

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