tests: fix config test after changing config schema version format

This commit is contained in:
psychedelicious 2024-03-19 21:33:09 +11:00
parent 02329df1df
commit dea9142cb8

View File

@ -9,14 +9,14 @@ from pydantic import ValidationError
from invokeai.app.services.config.config_default import InvokeAIAppConfig, get_config, load_and_migrate_config
v4_config = """
schema_version: 4
schema_version: 4.0.0
host: "192.168.1.1"
port: 8080
"""
invalid_v5_config = """
schema_version: 5
schema_version: 5.0.0
host: "192.168.1.1"
port: 8080