Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 13, 2024
1 parent 496efa4 commit d61f107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/02-integration/19-incrmental_sync/01-support_v1_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ describe("DP diabled Incremental Sync RPC #" .. strategy, function()
body = { paths = { "/" }, },
headers = {["Content-Type"] = "application/json"}
}))
local body = assert.res_status(201, res)
local json = cjson.decode(body)

helpers.wait_until(function()
local proxy_client = helpers.http_client("127.0.0.1", 9002)
Expand Down

0 comments on commit d61f107

Please sign in to comment.