Skip to content

Commit

Permalink
Update plugin verion specification
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmir committed Oct 20, 2017
1 parent 46cd3a2 commit ac4a337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package = "kong-plugin-okta-auth"

version = "0.1.0-1"
version = "1.0-1"

source = {
url = "git://github.com/techops-staffing/kong-okta-auth-plugin",
Expand Down
6 changes: 1 addition & 5 deletions spec/okta-auth/ngx.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
-- test fixtures. we have to load them before requiring the
-- ALF serializer, since it caches those functions at the
-- module chunk level.
-- test fixtures
return {
encode_base64 = function(str)
return string.format("base64_%s", str)
Expand Down Expand Up @@ -38,8 +36,6 @@ return {
end
},

-- ALF buffer stubs
-- TODO: to be removed once we use resty-cli to run our tests.
now = function()
return os.time() * 1000 -- adding ngx.time()'s ms resolution
end,
Expand Down

0 comments on commit ac4a337

Please sign in to comment.