Skip to content

Commit

Permalink
test: Fixed integration tests (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave authored Dec 15, 2024
2 parents c2a967e + cebd9b5 commit b5f46c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_async_get_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_entity_info(redacted_mappings):
}

# Act
data = await async_get_diagnostics(client, account_id, existing_account, get_entity_info)
data = await async_get_diagnostics(client, account_id, existing_account, None, get_entity_info)

# Assert
assert data is not None
Expand Down

0 comments on commit b5f46c9

Please sign in to comment.