Skip to content

Commit

Permalink
fix minor issue in RP client
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Sep 5, 2018
1 parent ef19eab commit 5740a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gorp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (c *Client) StartChildTest(parent string, item *StartTestRQ) (*EntryCreated
_, err := c.http.R().
SetPathParams(map[string]string{
"project": c.project,
"itemId": parent,
}).
SetBody(item).
SetResult(&rs).
Expand Down

0 comments on commit 5740a87

Please sign in to comment.