|
|
@ -122,7 +122,7 @@ def _get_resultstore_data(api_key, invocation_id): |
|
|
|
while True: |
|
|
|
while True: |
|
|
|
req = urllib2.Request( |
|
|
|
req = urllib2.Request( |
|
|
|
url= |
|
|
|
url= |
|
|
|
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s' |
|
|
|
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s&fields=id,status_attributes,timing,test_action' |
|
|
|
% (invocation_id, api_key, page_token), |
|
|
|
% (invocation_id, api_key, page_token), |
|
|
|
headers={ |
|
|
|
headers={ |
|
|
|
'Content-Type': 'application/json' |
|
|
|
'Content-Type': 'application/json' |
|
|
|