mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
CP-2205 - Force failure
This commit is contained in:
parent
abbc5de42a
commit
6320752fb6
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user