Skip to content

Commit

Permalink
Bump privacy-test-pages from 1.2.1 to 1.2.2 (#2255)
Browse files Browse the repository at this point in the history
* Bump privacy-test-pages from 1.2.1 to 1.2.2

Bumps [privacy-test-pages](https://github.com/duckduckgo/privacy-test-pages) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/duckduckgo/privacy-test-pages/releases)
- [Commits](duckduckgo/privacy-test-pages@84a0190...582b1a6)

---
updated-dependencies:
- dependency-name: privacy-test-pages
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix local test server loading

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Macbeth <smacbeth@duckduckgo.com>
  • Loading branch information
dependabot[bot] and sammacbeth committed Oct 6, 2023
1 parent c1742f6 commit 263f32a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-test/helpers/testPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const testPageHosts = new Set([
'www.payment-company.site'
])

export const TEST_SERVER_ORIGIN = 'http://localhost:3000'
export const TEST_SERVER_ORIGIN = 'http://127.0.0.1:3000'

/**
* Route requests to the local test service (privacy-test-pages)
Expand Down
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lottie-web": "^5.12.2",
"nanohtml": "^1.10.0",
"normalize.scss": "0.1.0",
"privacy-test-pages": "github:duckduckgo/privacy-test-pages#1.2.1",
"privacy-test-pages": "github:duckduckgo/privacy-test-pages#1.2.2",
"punycode": "2.3.0",
"tldts": "^6.0.14",
"web-ext": "^7.7.0",
Expand Down

0 comments on commit 263f32a

Please sign in to comment.