Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadnoveljic committed Sep 26, 2024
1 parent 7a5e9da commit 2778ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlserver/tests/test_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def dbm_instance(instance_docker):
return copy(instance_docker)


# Wait for SQL Server to be ready. The container may be running,
# Wait for SQL Server to be ready. The container may be running,
# but the SQL Server service may not be ready.
@pytest.mark.usefixtures('dd_environment')
def test_aaa_wait_on_sqlserver(instance_docker):
Expand All @@ -68,7 +68,7 @@ def test_aaa_wait_on_sqlserver(instance_docker):
if conn:
conn.close()
connected = True
except Exception as e:
except Exception:
pass
finally:
time.sleep(1)
Expand Down

0 comments on commit 2778ae4

Please sign in to comment.