-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix #7475 feat(nimbus): Add exception for json decode error * fix #7475 test(nimbus): Test invalid remote json error * pr feedback - Move exception handling into Features class - Add mocking to tests * fix #7475 feat(nimbus): Update message Co-authored-by: Jared Lockhart <[email protected]>
- Loading branch information
1 parent
c35dc5b
commit 1ab44e1
Showing
7 changed files
with
65 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
app/experimenter/features/tests/fixtures/invalid_remote_schema_features/firefox-desktop.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
cfr: | ||
description: "Doorhanger message template for Messaging System" | ||
hasExposure: true | ||
exposureDescription: "Exposure is sent if the message is about to be shown after trigger and targeting conditions on the message matched." | ||
isEarlyStartup: false | ||
schema: | ||
uri: "resource://activity-stream/schemas/CFR/ExtensionDoorhanger.invalidSchema.json" | ||
path: "path/to/invalidSchema.json" | ||
variables: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters