Skip to content

Commit ff00239

Browse files
committed
Minor typing fixes
1 parent d1ccc5a commit ff00239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit/app_analytics/test_unit_app_analytics_influxdb_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def mock_write_api(mock_influxdb_client: MagicMock) -> MagicMock:
4646
return mock_write_api
4747

4848

49-
def test_write(mock_influxdb_client: MagicMock, mock_write_api: MagicMock):
49+
def test_write(mock_write_api: MagicMock) -> None:
5050
# Given
5151
influxdb = InfluxDBWrapper("name")
5252
influxdb.add_data_point("field_name", "field_value")

0 commit comments

Comments
 (0)