Skip to content

Commit 27e40cb

Browse files
fix minor
1 parent 72f1628 commit 27e40cb

File tree

1 file changed

+2
-2
lines changed
  • services/autoscaling/src/simcore_service_autoscaling

1 file changed

+2
-2
lines changed

services/autoscaling/src/simcore_service_autoscaling/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
PREPULL_COMMAND_NAME: Final[str] = "docker images pulling"
1414

1515
DOCKER_JOIN_COMMAND_NAME: Final[str] = "docker swarm join"
16-
DOCKER_JOIN_COMMAND_EC2_TAG_KEY: Final[AWSTagKey] = parse_obj_as(
17-
AWSTagKey, "io.simcore.autoscaling.joined_command_sent"
16+
DOCKER_JOIN_COMMAND_EC2_TAG_KEY: Final[AWSTagKey] = TypeAdapter(AWSTagKey).validate_python(
17+
"io.simcore.autoscaling.joined_command_sent"
1818
)
1919

2020

0 commit comments

Comments
 (0)