We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25d453 commit 308a340Copy full SHA for 308a340
1 file changed
tests/test_client.py
@@ -77,20 +77,20 @@ def score_response_json():
77
78
79
def workflow_statuses_json():
80
- return """ {
81
- "route" : {
82
- "name" : "my route"
+ return """{
+ "route" : {
+ "name" : "my route"
83
+ },
84
+ "history": [
85
+ {
86
+ "app": "decision",
87
+ "name": "Order Looks OK",
88
+ "state": "running",
89
+ "config": {
90
+ "decision_id": "order_looks_ok_payment_abuse"
91
+ }
92
}
- "history": [
- {
- "app": "decision",
- "name": "Order Looks OK",
- "state": "running",
- "config": {
- "decision_id": "order_looks_ok_payment_abuse"
- }
93
- ]
+ ]
94
}"""
95
96
# A sample response from the /{version}/users/{userId}/score API.
0 commit comments