| Index: dashboard/dashboard/pinpoint/models/quest/run_test_test.py
|
| diff --git a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
|
| index d73d629144a8c86a064acee7797689b7838c54db..d550115ec8f0ec30cb9d0937f93020a92c2d2bbc 100644
|
| --- a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
|
| +++ b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
|
| @@ -113,9 +113,10 @@ class RunTestFullTest(_RunTestTest):
|
| {
|
| 'completed': True,
|
| 'exception': None,
|
| - 'bot_id': 'bot id',
|
| - 'input_isolate_hash': 'input isolate hash',
|
| - 'task_id': 'task id',
|
| + 'details': {
|
| + 'bot_id': 'bot id',
|
| + 'task_id': 'task id',
|
| + },
|
| 'result_arguments': {'isolate_hash': 'output isolate hash'},
|
| 'result_values': (),
|
| },
|
|
|