Skip to content

Commit

Permalink
add autoredirect to option
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wu committed Sep 21, 2018
1 parent b2bd465 commit f29e6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/auth/token/token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ func TestAccessController(t *testing.T) {
"issuer": issuer,
"service": service,
"rootcertbundle": rootCertBundleFilename,
"autoredirect": false,
}

accessController, err := newAccessController(options)
Expand Down

0 comments on commit f29e6e8

Please sign in to comment.