Skip to content

Commit

Permalink
Update spec/02-integration/09-hybrid_mode/11-status_spec.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaochen Wang <[email protected]>
  • Loading branch information
lhanjian and chobits committed Dec 20, 2024
1 parent 5e24567 commit ef07a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/09-hybrid_mode/11-status_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ for _, strategy in helpers.each_strategy() do
assert(helpers.stop_kong("serve_dp"))
end)

it("should return 200 on data plane after configuring when rpc_sync == on ", function()
it("should return 200 on data plane after configuring when rpc_sync == on", function()
-- insert one entity to make dp ready for incremental sync

local http_client = helpers.http_client('127.0.0.1', dp_status_port)
Expand Down

0 comments on commit ef07a4a

Please sign in to comment.