Skip to content

Commit

Permalink
fix afterEach [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Apr 26, 2024
1 parent 98cfed6 commit e2a1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proxy/test/unit/http/response-middleware.spec.ts
Expand Up @@ -471,7 +471,7 @@ describe('http/response-middleware', function () {
}
})

this.afterEach(function () {
afterEach(function () {
beforeEach(function () {
process.env.CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT = CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT
process.env.HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS = PREVIOUS_HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS
Expand Down

0 comments on commit e2a1636

Please sign in to comment.