From 4c6686ffdac14991bb419a604a72d7db3f76f7a7 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Sat, 19 Oct 2024 18:13:01 -0400 Subject: [PATCH] Expose collection name helper in helpers package --- tests/integration/helpers/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/helpers/__init__.py b/tests/integration/helpers/__init__.py index c7ddd18a..d5ffc930 100644 --- a/tests/integration/helpers/__init__.py +++ b/tests/integration/helpers/__init__.py @@ -3,6 +3,7 @@ get_environment_var, random_string, generate_index_name, + generate_collection_name, poll_stats_for_namespace, poll_fetch_for_ids_in_namespace, )