Fixing functional test cases
[optf/osdf.git] / test / functest / simulators / has-api / response-payloads / flow1-success-simple / status-solving.json
1 {
2   "plans": [
3     {
4       "status": "solving",
5       "name": "Plan Name 1",
6       "links": [
7         [
8           {
9             "href": "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/status-done.json",
10             "rel": "self"
11           }
12         ]
13       ],
14       "id": "plan_id"
15     }
16   ]
17 }