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 e4d486b commit 5e7ad46Copy full SHA for 5e7ad46
deps/rabbitmq_peer_discovery_aws/BUILD.bazel
@@ -82,4 +82,7 @@ rabbitmq_suite(
82
rabbitmq_suite(
83
name = "unit_SUITE",
84
size = "small",
85
+ runtime_deps = [
86
+ "@meck//:bazel_erlang_lib",
87
+ ],
88
)
deps/rabbitmq_peer_discovery_aws/Makefile
@@ -3,7 +3,7 @@ PROJECT_DESCRIPTION = AWS-based RabbitMQ peer discovery backend
3
4
LOCAL_DEPS = inets
5
DEPS = rabbit_common rabbitmq_peer_discovery_common rabbitmq_aws rabbit
6
-TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper
+TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
7
dep_ct_helper = git https://github.com/extend/ct_helper.git master
8
9
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
0 commit comments