Traceback (most recent call last): File "/opt/slices-monitor-worker/worker-venv/bin/slices_monitor_test_runner", line 10, in sys.exit(main()) ~~~~^^ File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 100, in main test_status = run_test(Path(sys.argv[1])) File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 61, in run_test test_spec = load_test_spec(test_dir / "test.yaml") File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/main.py", line 39, in load_test_spec return dict_to_test_spec(spec_dict) File "/opt/slices-monitor-worker/src/slices-monitor-test-runner/src/slices_monitor_test_runner/schema/test_spec.py", line 141, in dict_to_test_spec return type_adapter.validate_python(test_spec_dict) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/opt/slices-monitor-worker/worker-venv/lib/python3.14/site-packages/pydantic/type_adapter.py", line 441, in validate_python return self.validator.validate_python( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ object, ^^^^^^^ ...<6 lines>... by_name=by_name, ^^^^^^^^^^^^^^^^ ) ^ pydantic_core._pydantic_core.ValidationError: 1 validation error for tagged-union[TestSpecBiSingleNodeLogin,TestSpecBiListMachines,TestSpecBiHealthCheck,TestSpecAccountHealthCheck,TestSpecCoreHealthCheck] Input tag 'slices-network-health-check' found using 'test_type' does not match any of the expected tags: 'slices-bi-singlenode-login', 'slices-bi-list-machines', 'slices-bi-health-check', 'slices-account-health-check', 'slices-core-health-check' [type=union_tag_invalid, input_value={'internal_dns_servers_to...s-network-health-check'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/union_tag_invalid