Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Jun 27, 2024
1 parent 120414c commit 51fda9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/components/mqtt/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,7 @@ async def test_discovery_with_invalid_integration_info(
) -> None:
"""Test sending in correct JSON."""
await mqtt_mock_entry()
async_fire_mqtt_message(
hass, discovery_topic, config_message
)
async_fire_mqtt_message(hass, discovery_topic, config_message)
await hass.async_block_till_done()

state = hass.states.get("binary_sensor.beer")
Expand Down

0 comments on commit 51fda9a

Please sign in to comment.