Skip to content

Commit

Permalink
Updating unit test to reflect action change
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 8, 2025
1 parent 251c5a5 commit 31b21db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def test_get_agent_details(self, mock_request: MagicMock, name: str, agent: str,
def test_get_agent_by_hostname_bad(self, mock_request: MagicMock) -> None:
action = Util.default_connector(GetAgentDetails())
actual = action.run({Input.AGENT: "badID"})
expected = {}
expected = {"agent": {}}
self.assertEqual(actual, expected)

0 comments on commit 31b21db

Please sign in to comment.