CP-2205 - Revert failure and run on PR

This commit is contained in:
Phellippe Lima 2024-06-26 16:05:43 +01:00
parent 6320752fb6
commit b528ea7ceb
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,10 @@
name: Python CI name: Python CI
on: [push] on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs: jobs:
build: build:

View File

@ -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)