Skip to content

Commit

Permalink
Set all fake broker json values to zero to see if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Jan 17, 2025
1 parent da8e42e commit a434185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DBPE2ETests/DBPEndToEndTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@ final class DBPEndToEndTests: XCTestCase {
print("Stages 6-8 skipped: Fake broker doesn't support sending emails")

print("test")
/*
loginItemsManager = LoginItemsManager()
loginItemsManager.disableLoginItems([LoginItem.dbpBackgroundAgent])
loginItemsManager.enableLoginItems([LoginItem.dbpBackgroundAgent])
*/

/*
9/ We confirm the opt out through a scan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
}
],
"schedulingConfig": {
"retryError": 48,
"retryError": 0,
"confirmOptOutScan": 0,
"maintenanceScan": 120,
"maintenanceScan": 0,
"maxAttempts": -1
},
"addedDatetime": 1725632531153,
Expand Down

0 comments on commit a434185

Please sign in to comment.