Skip to content

Commit

Permalink
Update request_test_spec.go
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Jan 11, 2019
1 parent 001e3a3 commit 6409a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/testutil/request_test_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ type RequestTestSpec struct {

// Auth is used to determine whether authentication should be performed - if
// it is set to true it will be. Auth is automatically set by Run and only
// used
// needs to be set if you're using MultiRequestTestSpec but don't want all
// the requests to be authenticated.
Auth bool
// NoVerify is used to disable visit count verification in case the test is
// expected not to get as far as calling out to this API call.
Expand Down

0 comments on commit 6409a8d

Please sign in to comment.