Skip to content

Commit

Permalink
chore(tests) rename test files so as to not have sequence gaps
Browse files Browse the repository at this point in the history
From #4166
  • Loading branch information
bungle authored and thibaultcha committed Jan 8, 2019
1 parent 0ce6340 commit 488ee21
Show file tree
Hide file tree
Showing 120 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local jwt_parser = require "kong.plugins.jwt.jwt_parser"
local fixtures = require "spec.03-plugins.17-jwt.fixtures"
local fixtures = require "spec.03-plugins.16-jwt.fixtures"
local helpers = require "spec.helpers"


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local helpers = require "spec.helpers"
local cjson = require "cjson"
local fixtures = require "spec.03-plugins.17-jwt.fixtures"
local fixtures = require "spec.03-plugins.16-jwt.fixtures"
local utils = require "kong.tools.utils"

for _, strategy in helpers.each_strategy() do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local cjson = require "cjson"
local helpers = require "spec.helpers"
local fixtures = require "spec.03-plugins.17-jwt.fixtures"
local fixtures = require "spec.03-plugins.16-jwt.fixtures"
local jwt_encoder = require "kong.plugins.jwt.jwt_parser"
local utils = require "kong.tools.utils"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 488ee21

Please sign in to comment.