Skip to content

Commit

Permalink
Fix Autoconsent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Nov 22, 2024
1 parent 7d5bf04 commit 0bca864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class AutoconsentMessageProtocolTests: XCTestCase {
let message = MockWKScriptMessage(name: "popupFound", body: [
"type": "popupFound",
"cmp": "some cmp",
"url": "some url"
"url": "https://example.com"
])
userScript.handleMessage(
replyHandler: {(msg: Any?, _: String?) in
Expand Down

0 comments on commit 0bca864

Please sign in to comment.