forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] sentry: fixes missing
raven
library preventing loading of mod…
- Loading branch information
Naglis Jonaitis
committed
Jun 30, 2017
1 parent
2df9859
commit 5098418
Showing
5 changed files
with
56 additions
and
46 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
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ def assertEventNotCaptured(self, client, event_level, event_msg): | |
|
||
def test_initialize_raven_sets_dsn(self): | ||
config = { | ||
'sentry_enabled': False, | ||
'sentry_enabled': True, | ||
'sentry_dsn': 'http://public:[email protected]/1', | ||
} | ||
client = initialize_raven(config, client_cls=InMemoryClient) | ||
|