Skip to content

Commit

Permalink
adding blank lines EOF where missing
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Mar 22, 2024
1 parent f0a9b00 commit a9b1ada
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/.luacov
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
modules = {
["TokenVerificationFilter"] = "../filters/TokenVerificationFilter.lua",
}
}
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/testMocks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ end
local testMocks = {}
testMocks.mockHttpRequest = mockHttpRequest
testMocks.mockGetEnv = mockGetEnv
return testMocks
return testMocks
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/testUtils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ testUtils.printGreen = printGreen
testUtils.printRed = printRed
testUtils.wrapTextInRed = wrapTextInRed

return testUtils
return testUtils
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/test_checkTokenPermissions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ test_checkTokenPermissions.test_checkTokenPermissions_emailNotVerified = test_ch
test_checkTokenPermissions.test_checkTokenPermissions_invalidMethod = test_checkTokenPermissions_invalidMethod
test_checkTokenPermissions.test_checkTokenPermissions_noPermissionForMethod = test_checkTokenPermissions_noPermissionForMethod

return test_checkTokenPermissions
return test_checkTokenPermissions
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/test_envoy_on_request.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ test_envoy_on_request.test_invalidMethod = test_invalidMethod
test_envoy_on_request.test_noPermission = test_noPermission
test_envoy_on_request.test_hasPermission = test_hasPermission

return test_envoy_on_request
return test_envoy_on_request
2 changes: 1 addition & 1 deletion auth-layer-proxy/tests/test_verifyValidMethod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ local test_verifyValidMethod = {}
test_verifyValidMethod.test_valid_methods = test_valid_methods
test_verifyValidMethod.test_invalid_method = test_invalid_method

return test_verifyValidMethod
return test_verifyValidMethod

0 comments on commit a9b1ada

Please sign in to comment.