From f2250134aa5a11337cdc9eb6eeca6498468076c8 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Thu, 1 May 2025 16:03:27 +0200 Subject: [PATCH] add managed profiles.bru --- apps/db-adapter/manual-testing/managed_profiles.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/db-adapter/manual-testing/managed_profiles.bru diff --git a/apps/db-adapter/manual-testing/managed_profiles.bru b/apps/db-adapter/manual-testing/managed_profiles.bru new file mode 100644 index 0000000..785b289 --- /dev/null +++ b/apps/db-adapter/manual-testing/managed_profiles.bru @@ -0,0 +1,11 @@ +meta { + name: managed_profiles + type: http + seq: 22 +} + +get { + url: http:localhost:5237/managed_profiles + body: none + auth: inherit +}