Add sanity check for result in TestRealisClient_CreateService
This commit is contained in:
parent
4903b193d1
commit
89b4f78f51
2 changed files with 8 additions and 6 deletions
|
@ -602,7 +602,7 @@ func (c *Client) StartJobUpdate(updateJob *JobUpdate, message string) (*aurora.S
|
|||
|
||||
resp, retryErr := c.thriftCallWithRetries(false,
|
||||
func() (*aurora.Response, error) {
|
||||
return c.client.StartJobUpdate(context.TODO(), updateJob.request, message)
|
||||
return c.client.StartJobUpdate(nil, updateJob.request, message)
|
||||
},
|
||||
func() (*aurora.Response, bool) {
|
||||
key := updateJob.JobKey()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue