mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
CP-2205 - Fail CI
This commit is contained in:
parent
8a4086010a
commit
1c3aa7deb4
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user