Skip to content

Commit

Permalink
Merge pull request #8346 from /issues/14925
Browse files Browse the repository at this point in the history
Add missing call to brave::SetSafeBrowsingEndpointForTesting(true)
  • Loading branch information
mariospr authored Apr 5, 2021
2 parents 5a7e320 + 2461ddf commit 73e63b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ TEST(BraveStaticRedirectNetworkDelegateHelperTest,

TEST(BraveStaticRedirectNetworkDelegateHelperTest,
ModifySafeBrowsingFileCheckURL) {
brave::SetSafeBrowsingEndpointForTesting(true);
const GURL url(
"https://sb-ssl.google.com/safebrowsing/clientreport/download?"
"key=DUMMY_KEY");
Expand Down

0 comments on commit 73e63b5

Please sign in to comment.