Skip to content

Commit

Permalink
Ensure tests pass for broken site reports by bringing back old encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed May 15, 2024
1 parent 0cec790 commit 7d5ddc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public struct BrokenSiteReport {
case navigation
}

public static let allowedQueryReservedCharacters = CharacterSet.urlQueryParameterAllowed
public static let allowedQueryReservedCharacters = CharacterSet(charactersIn: ",")

let siteUrl: URL
let category: String
Expand Down

0 comments on commit 7d5ddc9

Please sign in to comment.