automated terminal push

This commit is contained in:
lenape
2025-08-05 14:37:00 +00:00
parent 0bf8dc7983
commit 9313be51cb

View File

@@ -230,8 +230,8 @@ with app.test_client() as client:
allOf {
equals expected: 'plan', actual: params.ACTION
anyOf {
equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY
equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY
equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY
equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY
}
}
}