Skip to content

Commit a514ace

Browse files
Convert to integration test
1 parent ea8583f commit a514ace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deps/rabbitmq_auth_backend_http/BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,14 @@ eunit(
9494

9595
broker_for_integration_suites()
9696

97-
rabbitmq_suite(
97+
rabbitmq_integration_suite(
9898
name = "auth_SUITE",
9999
size = "small",
100100
additional_beam = [
101101
"test/auth_http_mock.beam",
102102
],
103103
deps = [
104-
"//deps/rabbit_common:erlang_app",
105-
"@cowboy//:erlang_app",
104+
"@cowboy//:erlang_app"
106105
],
107106
)
108107

0 commit comments

Comments
 (0)