We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8583f commit a514aceCopy full SHA for a514ace
deps/rabbitmq_auth_backend_http/BUILD.bazel
@@ -94,15 +94,14 @@ eunit(
94
95
broker_for_integration_suites()
96
97
-rabbitmq_suite(
+rabbitmq_integration_suite(
98
name = "auth_SUITE",
99
size = "small",
100
additional_beam = [
101
"test/auth_http_mock.beam",
102
],
103
deps = [
104
- "//deps/rabbit_common:erlang_app",
105
- "@cowboy//:erlang_app",
+ "@cowboy//:erlang_app"
106
107
)
108
0 commit comments