Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Aug 20, 2024
1 parent 98b5e73 commit 3ccf64a
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 @@ -807,9 +807,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 3ccf64a

Please sign in to comment.