Skip to content

Commit 0e367d8

Browse files
committed
spelling
1 parent e8d3833 commit 0e367d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def dummy_task(self):
398398

399399

400400
@pytest.mark.forked
401-
@pytest.mark.skip("Failing test on a discontined branch")
401+
@pytest.mark.skip("Failing test on a discontinued branch")
402402
@pytest.mark.parametrize("newrelic_order", ["sentry_first", "sentry_last"])
403403
def test_newrelic_interference(init_celery, newrelic_order, celery_invocation):
404404
def instrument_newrelic():

0 commit comments

Comments
 (0)