Skip to content

Commit

Permalink
Merge pull request #4677 from wazuh/19977-remove-database-v13
Browse files Browse the repository at this point in the history
Change database v13 to v12
  • Loading branch information
Dwordcito authored Nov 3, 2023
2 parents 8fd983b + 51842fb commit d5eef67
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 d5eef67

Please sign in to comment.