Skip to content

Commit

Permalink
fix: Change database v13 to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodfrf committed Nov 3, 2023
1 parent 8fd983b commit 51842fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pytestmark = [TIER0, LINUX, SERVER]

# Variables
expected_database_version = '13'
expected_database_version = '12'


# Fixtures
Expand Down Expand Up @@ -45,7 +45,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents):
- Verify that database version is the expected one.
expected_output:
- Database version: 13
- Database version: 12
tags:
- wazuh_db
Expand Down

0 comments on commit 51842fb

Please sign in to comment.