Skip to content

Commit 5c677d2

Browse files
committed
Add rabbitmq_auth_backend_oauth2 system_SUITE to bazel
(cherry picked from commit 37f5744)
1 parent fd71b98 commit 5c677d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps/rabbitmq_auth_backend_oauth2/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ rabbitmq_suite(
9999
],
100100
)
101101

102+
rabbitmq_integration_suite(
103+
PACKAGE,
104+
name = "system_SUITE",
105+
size = "small",
106+
additional_beam = [
107+
":rabbit_auth_backend_oauth2_test_util",
108+
],
109+
)
110+
102111
rabbitmq_integration_suite(
103112
PACKAGE,
104113
name = "unit_SUITE",

0 commit comments

Comments
 (0)