Skip to content

Commit fa0067c

Browse files
authored
bazel run gazelle
1 parent 030380a commit fa0067c

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_auth_backend_oauth2

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_oauth2/app.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
184184
outs = ["test/system_SUITE.beam"],
185185
app_name = "rabbitmq_auth_backend_oauth2",
186186
erlc_opts = "//:test_erlc_opts",
187-
deps = ["//deps/amqp_client:erlang_app"],
187+
deps = ["//deps/amqp10_common:erlang_app", "//deps/amqp_client:erlang_app"],
188188
)
189189
erlang_bytecode(
190190
name = "test_jwks_http_app_beam",

0 commit comments

Comments
 (0)