Skip to content

Commit 819cb9c

Browse files
committed
WIP - add more diffs
1 parent 8c3f981 commit 819cb9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

spec/01-unit/01-db/06-postgres_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local config = {
66
local Schema = require "kong.db.schema"
77
local connector = require "kong.db.strategies.postgres.connector".new(config)
88

9-
9+
-- Some random changes in a file --- 0000
1010
describe("kong.db [#postgres] connector", function()
1111
describe(":infos()", function()
1212
it("returns infos db_ver always with two digit groups divided with dot (.)", function()

spec/03-plugins/23-rate-limiting/03-api_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for _, strategy in helpers.each_strategy() do
160160
local body = cjson.decode(assert.res_status(201, res))
161161
assert.equal("local", body.config.policy)
162162
end)
163-
163+
-- Some random changes in a file --- 222
164164
it("does allow setting policy to cluster on non-dbless", function()
165165
local res = admin_client:post("/plugins", {
166166
body = {

spec/03-plugins/23-rate-limiting/04-access_spec.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local fmt = string.format
1515
local proxy_client = helpers.proxy_client
1616
local table_insert = table.insert
1717
local tonumber = tonumber
18-
18+
-- Some random changes in a file --- 000
1919
local ngx_sleep = ngx.sleep
2020
local ngx_now = ngx.now
2121

@@ -130,7 +130,7 @@ local function validate_headers(headers, check_minute, check_hour)
130130

131131
elseif check_minute then
132132
assert.equal(true, reset <= 60 and reset >= 0)
133-
133+
-- Some random changes in a file --- 222_333_111
134134
else
135135
error("check_hour or check_minute must be true")
136136
end
@@ -174,7 +174,7 @@ end
174174

175175
local function setup_rl_plugin(admin_client, conf, service, consumer)
176176
local plugin
177-
177+
-- Some random changes in a file --- 222_333_222
178178
if service then
179179
plugin = assert(admin_client:send({
180180
method = "POST",

0 commit comments

Comments
 (0)