From 6320752fb6a352fb1d086f82f31344c4f0ee42d6 Mon Sep 17 00:00:00 2001 From: Phellippe Lima Date: Wed, 26 Jun 2024 16:04:01 +0100 Subject: [PATCH] CP-2205 - Force failure --- .../test/test_account_groups_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thousandeyes-sdk-administrative/test/test_account_groups_api.py b/thousandeyes-sdk-administrative/test/test_account_groups_api.py index d9abde67..8da82705 100644 --- a/thousandeyes-sdk-administrative/test/test_account_groups_api.py +++ b/thousandeyes-sdk-administrative/test/test_account_groups_api.py @@ -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)