-
Notifications
You must be signed in to change notification settings - Fork 8
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
### π Description π [Jira Ticket M2-5595](https://mindlogger.atlassian.net/browse/M2-5595) This PR adds support for the mobile value of the `MindLogger-Content-Source` HTTP header. The PR #1100 started making use of this HTTP header, but didn't account for the mobile value so this fixes that. I've also added a test case for it
- Loading branch information
1 parent
c956bd6
commit 813bf78
Showing
3 changed files
with
74 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ class MindloggerContentSource(str, Enum): | |
|
||
web = "web" | ||
admin = "admin" | ||
mobile = "mobile" |