Address auth package comments from stevvooe

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 11:35:35 -08:00
parent 88de2e11fb
commit d30a8321d8
4 changed files with 44 additions and 23 deletions

View file

@ -206,9 +206,6 @@ func TestTokenVerify(t *testing.T) {
if err := token.Verify(verifyOps); err != nil {
t.Fatal(err)
}
if !token.Valid {
t.Fatal("token not marked as Valid")
}
}
}