summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-01-16 17:53:40 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-01-16 17:53:40 +0100
commit3cf8b6384a9986e227dac3552f1b4208731ed84a (patch)
treeda523b14f98a87ac082587f6ecb21ac44d857500 /test
parenteaecec20be8f1a5ffb2da36f08a2e16baa4f8d7c (diff)
downloadrabbitmq-server-git-3cf8b6384a9986e227dac3552f1b4208731ed84a.tar.gz
unit_SUITE: Fix test plugin's dependencies
It should depend on `rabbit`. This will be even required once #rabbitmq/rabbitmq-server#2212 is accepted.
Diffstat (limited to 'test')
-rw-r--r--test/unit_SUITE_data/lib/rabbit_shovel_test/ebin/rabbit_shovel_test.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_SUITE_data/lib/rabbit_shovel_test/ebin/rabbit_shovel_test.app b/test/unit_SUITE_data/lib/rabbit_shovel_test/ebin/rabbit_shovel_test.app
index a8481c9aa4..113396220b 100644
--- a/test/unit_SUITE_data/lib/rabbit_shovel_test/ebin/rabbit_shovel_test.app
+++ b/test/unit_SUITE_data/lib/rabbit_shovel_test/ebin/rabbit_shovel_test.app
@@ -43,4 +43,4 @@
]}
]},
- {applications, [kernel, stdlib]}]}.
+ {applications, [kernel, stdlib, rabbit]}]}.