Skip to content

Commit 2970526

Browse files
author
Andrei Neagu
committed
fixed models
1 parent 3ef3785 commit 2970526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/service_settings_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def validate_volume_limits(cls, v, info: ValidationInfo) -> str | None:
286286
"state_paths": ["/tmp/save_1", "/tmp_save_2"], # noqa: S108 nosec
287287
"state_exclude": ["/tmp/strip_me/*"], # noqa: S108 nosec
288288
"legacy_state": {
289-
"s3_archive": "work.zip",
289+
"old_state_path": "/tmp/save_1_legacy", # noqa: S108 nosec
290290
"new_state_path": "/tmp/save_1", # noqa: S108 nosec
291291
},
292292
},

0 commit comments

Comments
 (0)