Skip to content

Commit

Permalink
Fix //deps/rabbitmq_web_mqtt:command_SUITE (note: it's -mixed counter…
Browse files Browse the repository at this point in the history
…part needs more work)
  • Loading branch information
michaelklishin committed Mar 16, 2024
1 parent 6fd8eba commit e170bbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deps/rabbitmq_web_mqtt/BUILD.bazel
Expand Up @@ -108,6 +108,12 @@ rabbitmq_integration_suite(

rabbitmq_integration_suite(
name = "command_SUITE",
additional_beam = [
"test/rabbit_web_mqtt_test_util.beam",
],
runtime_deps = [
"@emqtt//:erlang_app",
],
)

rabbitmq_integration_suite(
Expand Down

0 comments on commit e170bbf

Please sign in to comment.