Skip to content

Commit

Permalink
fix(#3969): bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Feb 20, 2023
1 parent 1b462d4 commit 6112ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_service():
], stderr=subprocess.PIPE).decode('utf-8').strip()
service = 'wazuh-manager' if service == 'server' else 'wazuh-agent'
except Exception:
service = ''
service = 'N/A'

return service

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def pytest_configure(config):
global_parameters.wpk_package_path = global_parameters.wpk_package_path

# Set collect test mode
global_parameters.avoid_platform_based_deselection = config.getoption("--avoid_platform_based_deselection")
global_parameters.avoid_platform_based_deselection = config.getoption("--avoid-platform-based-deselection")



Expand Down

0 comments on commit 6112ee1

Please sign in to comment.