We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d648c commit 38e252bCopy full SHA for 38e252b
1 file changed
tests/instrumentation/azure_tests.py
@@ -265,7 +265,6 @@ def test_data_table(instrument, elasticapm_client, data_table_service):
265
assert span["type"] == "storage"
266
assert span["subtype"] == "azuretable"
267
assert span["action"] == "Delete"
268
-
269
270
def test_table(instrument, elasticapm_client, table_service):
271
table_name = table_service.table_name
0 commit comments