Skip to content

Commit

Permalink
fix lint (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxueatlassian authored Nov 21, 2023
1 parent f1a9b28 commit 300f5e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etc/poco/bundle/extras-stg-test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tests": [
{
"name": "Allow Stg Basic Check (Critical) Pollinator Test to call Get Audit Log endpoints",
"name": "Allow Stg Basic Check Critical Pollinator Test to call Get Audit Log endpoints",
"path": "/api/audit-log/subscription/12345",
"method": "GET",
"mechanism": "asap",
Expand All @@ -11,7 +11,7 @@
"allowed": true
},
{
"name": "Allow Stg Basic Check (GHE) (Critical) Pollinator Test to call Get Audit Log endpoints",
"name": "Allow Stg Basic Check GHE Critical Pollinator Test to call Get Audit Log endpoints",
"path": "/api/audit-log/subscription/12345",
"method": "GET",
"mechanism": "asap",
Expand All @@ -21,7 +21,7 @@
"allowed": true
},
{
"name": "Allow Stg Basic Check (Critical) Pollinator Test to call Delete Installation endpoints",
"name": "Allow Stg Basic Check Critical Pollinator Test to call Delete Installation endpoints",
"path": "/api/deleteInstallation/21266506/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
"method": "DELETE",
"mechanism": "asap",
Expand All @@ -31,7 +31,7 @@
"allowed": true
},
{
"name": "Allow Stg Basic Check (GHE) (Critical) Pollinator Test to call Delete Installation endpoints",
"name": "Allow Stg Basic Check GHE Critical Pollinator Test to call Delete Installation endpoints",
"path": "/api/deleteInstallation/21266506/https%3A%2F%2Ffusion-arc-pollinator-staging-app.atlassian.net",
"method": "DELETE",
"mechanism": "asap",
Expand Down Expand Up @@ -101,7 +101,7 @@
"allowed": false
},
{
"name": "Not allow Stg Basic Check (Critical) Pollinator Test to call other admin endpoints",
"name": "Not allow Stg Basic Check Critical Pollinator Test to call other admin endpoints",
"path": "/api/jira/13453453/verify",
"method": "DELETE",
"mechanism": "asap",
Expand All @@ -111,7 +111,7 @@
"allowed": false
},
{
"name": "Not allow Stg Basic Check (GHE) (Critical) Pollinator Test to call other admin endpoints",
"name": "Not allow Stg Basic Check GHE Critical Pollinator Test to call other admin endpoints",
"path": "/api/jira/13453453/verify",
"method": "DELETE",
"mechanism": "asap",
Expand Down

0 comments on commit 300f5e5

Please sign in to comment.