Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Oct 12, 2023
1 parent 22ddf66 commit ca42044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def test_get_daemon_version_from_fallback_when_the_version_has_not_been_set(self
self.assertEqual(FlexibleVersion("2.3.53"), get_daemon_version(), "The daemon version should be 2.3.53")
self.assertEqual(1, mock_run_command.call_count, "The daemon version should be read from env value on second time")

os.environ.pop(DAEMON_VERSION_ENV_VARIABLE)


class TestCurrentAgentName(AgentTestCase):
def setUp(self):
Expand Down

0 comments on commit ca42044

Please sign in to comment.