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
on: [push]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:

View File

@ -34,8 +34,7 @@ class TestAccountGroupsApi(unittest.TestCase):
request_body_json = """
{
"accountGroupName" : "My testing account group",
"agents" : [ "105", "719" ],
"extra" : "extra"
"agents" : [ "105", "719" ]
}"""
request_loaded_json = json.loads(request_body_json)