Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Dec 5, 2024
1 parent 718b644 commit 0b4a6fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ def test_get_agent_by_hostname_bad(self, mock_request: MagicMock) -> None:
action = Util.default_connector(GetAgentDetails())
actual = action.run({Input.AGENT: "badID"})
expected = {}
self.assertEqual(
actual, expected)
self.assertEqual(actual, expected)

0 comments on commit 0b4a6fa

Please sign in to comment.