Fixing test that was missed with PR #171. (#175)

pull/168/head
Todd Knight 6 years ago committed by GitHub
parent 2ce9affeea
commit beea32b8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -309,7 +309,7 @@ func TestRepository_ValidateToken(t *testing.T) {
id: at.GetPublicId(),
token: badToken,
want: nil,
wantErr: db.ErrInvalidParameter,
wantErr: nil,
},
}
for _, tt := range tests {

Loading…
Cancel
Save