mirror of
https://github.com/blw1138/Zordon.git
synced 2026-06-09 13:39:24 -05:00
Update and modernize create-executables action (#138)
* Modernize create-executables.yml * Update version numbers * Fix API version in test
This commit is contained in:
@@ -186,7 +186,9 @@ class TestFindAvailableServers:
|
||||
self, mock_proxy_class, mock_get_props, mock_found_hostnames,
|
||||
):
|
||||
mock_found_hostnames.return_value = ['server-1.local']
|
||||
mock_get_props.return_value = {'api_version': '0.1', 'system_os': 'macos'}
|
||||
from src.api.api_server import API_VERSION
|
||||
|
||||
mock_get_props.return_value = {'api_version': API_VERSION, 'system_os': 'macos'}
|
||||
|
||||
mock_proxy = MagicMock()
|
||||
mock_proxy.get_engine_availability.return_value = {
|
||||
|
||||
Reference in New Issue
Block a user