Skip to content

Commit

Permalink
[Sync] Remove test case for checking BRAVE_SYNC_ENDPOINT set via comm…
Browse files Browse the repository at this point in the history
…and line
  • Loading branch information
jagadeshjai committed Oct 19, 2024
1 parent 84b09d3 commit a8b34bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/brave_main_delegate_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ TEST(BraveMainDelegateUnitTest, DefaultCommandLineOverrides) {
base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess();
BraveMainDelegate::AppendCommandLineOptions();

ASSERT_STREQ(
BUILDFLAG(BRAVE_SYNC_ENDPOINT),
command_line.GetSwitchValueASCII(syncer::kSyncServiceURL).c_str());
ASSERT_STREQ(
kBraveOriginTrialsPublicKey,
command_line.GetSwitchValueASCII(embedder_support::kOriginTrialPublicKey)
Expand Down

0 comments on commit a8b34bc

Please sign in to comment.