mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
CP-2063 - test examples
This commit is contained in:
parent
7f99bccc58
commit
74b8dc2a23
@ -34,7 +34,8 @@ class TestCredentialsApi(unittest.TestCase):
|
|||||||
request_body_json = """
|
request_body_json = """
|
||||||
{
|
{
|
||||||
"name" : "Example Credential 1",
|
"name" : "Example Credential 1",
|
||||||
"value" : "Example Credential 1 Password"
|
"value" : "Example Credential 1 Password",
|
||||||
|
"extra" : "unexpected"
|
||||||
}"""
|
}"""
|
||||||
|
|
||||||
request_loaded_json = json.loads(request_body_json)
|
request_loaded_json = json.loads(request_body_json)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user