Skip to content

Commit 3756921

Browse files
Rename test and unraisable exception integration identifier
1 parent 0d706f7 commit 3756921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/integrations/unraisablehook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
class UnraisablehookIntegration(Integration):
18-
identifier = "unraisable"
18+
identifier = "unraisablehook"
1919

2020
@staticmethod
2121
def setup_once():

tests/integrations/unraisablehook/test_unraisablehook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@pytest.mark.parametrize("options, transport", TEST_PARAMETERS)
15-
def test_excepthook(tmpdir, options, transport):
15+
def test_unraisablehook(tmpdir, options, transport):
1616
app = tmpdir.join("app.py")
1717
app.write(
1818
dedent(

0 commit comments

Comments
 (0)