Skip to content

Commit

Permalink
PLGN-362-Running black formatter on get_on_call and util/api
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Oct 16, 2023
1 parent d16eee2 commit 79ad613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/pagerduty/unit_test/test_get_user_by_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_get_user_by_id(self, mock_request: MagicMock, test_name: str, input_par
"api_error_invalid",
{"id": "invalid_id"},
"Invalid or unreachable endpoint provided.",
"Verify the URLs or endpoints in your configuration are correct."
"Verify the URLs or endpoints in your configuration are correct.",
]
]
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/pagerduty/unit_test/test_send_acknowledge_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_send_acknowledge_event(self, mock_request: MagicMock, test_name: str, i
"api_error_invalid",
{"incident_id": "invalid_id", "email": "test@example.com"},
"Invalid or unreachable endpoint provided.",
"Verify the URLs or endpoints in your configuration are correct."
"Verify the URLs or endpoints in your configuration are correct.",
]
]
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/pagerduty/unit_test/test_send_resolve_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_send_resolve_event(self, mock_request: MagicMock, test_name: str, input
"api_error_invalid",
{"incident_id": "invalid_id", "email": "test@example.com"},
"Invalid or unreachable endpoint provided.",
"Verify the URLs or endpoints in your configuration are correct."
"Verify the URLs or endpoints in your configuration are correct.",
]
]
)
Expand Down

0 comments on commit 79ad613

Please sign in to comment.