mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
CP-2205 - Revert failure and run on PR
This commit is contained in:
parent
6320752fb6
commit
b528ea7ceb
6
.github/workflows/python.yaml
vendored
6
.github/workflows/python.yaml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Python CI
|
name: Python CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@ -34,8 +34,7 @@ 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" : "extra"
|
|
||||||
}"""
|
}"""
|
||||||
|
|
||||||
request_loaded_json = json.loads(request_body_json)
|
request_loaded_json = json.loads(request_body_json)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user