Skip to content

Commit

Permalink
Fix linter issue not caught by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Sep 28, 2023
1 parent 10ee75a commit 2a54829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/origin_token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func TestParseClaims(t *testing.T) {
assert.EqualError(t, err, "The claim 'barbaz' is invalid. Did you forget an '='?")
}


func TestCreateEncodedToken(t *testing.T) {
// Some viper pre-requisites
viper.Reset()
Expand Down

0 comments on commit 2a54829

Please sign in to comment.