Skip to content

Commit 22405f1

Browse files
committed
test: remove unused variable in claims validation test
1 parent 796784f commit 22405f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validate_claims_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function TestShouldReturnErrorPatternInvalid()
1313
aud = "audience1",
1414
sub = "tsuru.team",
1515
}
16-
local result, err
16+
local err
1717
err = utils.validate_claims(params, claims)
1818
lu.assertEquals(err, "Claim 'sub' does not match required pattern")
1919
end

0 commit comments

Comments
 (0)