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:
parent
5718c0d8c0
commit
4b5913183c
@ -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=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user