Skip to content

Commit

Permalink
after_each
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 9, 2024
1 parent c6c22a4 commit 106d4f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/02-integration/19-incrmental_sync/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ describe("Incremental Sync RPC #" .. strategy, function()
helpers.stop_kong()
end)

after_each(function()
helpers.clean_logfile("servroot2/logs/error.log")
helpers.clean_logfile()
end)

describe("sync works", function()
local route_id

Expand Down

0 comments on commit 106d4f0

Please sign in to comment.