1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-11 00:58:39 +03:00

Fixed "fixed" service generic test

This commit is contained in:
Adolfo Gómez García 2024-04-08 00:47:02 +02:00
parent 5718c0d8c0
commit 4b5913183c
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -81,7 +81,7 @@ EXPECTED_DEPLOY_ITERATIONS_INFO: typing.Final[list[FixedServiceIterationInfo]] =
userservice.Operation.FINISH,
],
service_calls=[
mock.call.snapshot_recovery(mock.ANY),
mock.call.snapshot_creation(mock.ANY),
],
),
FixedServiceIterationInfo(
@ -103,7 +103,7 @@ EXPECTED_DEPLOY_ITERATIONS_INFO: typing.Final[list[FixedServiceIterationInfo]] =
userservice.Operation.FINISH,
],
service_calls=[
mock.call.snapshot_recovery(mock.ANY),
mock.call.snapshot_creation(mock.ANY),
],
user_service_calls=[mock.call.op_stop_checker()],
),
@ -147,7 +147,7 @@ EXPECTED_REMOVAL_ITERATIONS_INFO: typing.Final[list[FixedServiceIterationInfo]]
userservice.Operation.SNAPSHOT_RECOVER,
userservice.Operation.FINISH,
],
service_calls=[mock.call.snapshot_creation(mock.ANY)],
service_calls=[mock.call.snapshot_recovery(mock.ANY)],
),
FixedServiceIterationInfo(
queue=[