Fixes typo on auth/token VerifyOptions field

Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
This commit is contained in:
Josh Hawn 2014-12-17 12:16:32 -08:00
parent d30a8321d8
commit b54bf450dc
3 changed files with 4 additions and 4 deletions

View file

@ -197,7 +197,7 @@ func TestTokenVerify(t *testing.T) {
verifyOps := VerifyOptions{
TrustedIssuers: common.NewStringSet(issuer),
AccpetedAudiences: common.NewStringSet(audience),
AcceptedAudiences: common.NewStringSet(audience),
Roots: rootPool,
TrustedKeys: trustedKeys,
}