mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-24 08:01:02 -05:00
Fix the tests
literally: the tests were always broken; in 39bddb14b7 I never
ran the tests before comitting
This commit is contained in:
+7
-3
@@ -23,9 +23,13 @@ class DeduceTagsTestCase(RegularTestCase):
|
||||
"server_name": "server",
|
||||
"release": "1.0",
|
||||
"environment": "prod",
|
||||
"mechanism": {
|
||||
"type": "exception",
|
||||
"handled": False,
|
||||
"exception": {
|
||||
"values": [{
|
||||
"mechanism": {
|
||||
"type": "exception",
|
||||
"handled": False,
|
||||
},
|
||||
}],
|
||||
},
|
||||
"transaction": "main",
|
||||
"contexts": {
|
||||
|
||||
Reference in New Issue
Block a user