From d3724a94883c6a2b74ceaabe04af97560626a294 Mon Sep 17 00:00:00 2001 From: averevki Date: Tue, 28 Nov 2023 20:25:28 +0100 Subject: [PATCH] Fix http package name collision --- .../kuadrant/authorino/operator/{http => raw_http}/__init__.py | 0 .../kuadrant/authorino/operator/{http => raw_http}/conftest.py | 0 .../authorino/operator/{http => raw_http}/test_raw_http.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename testsuite/tests/kuadrant/authorino/operator/{http => raw_http}/__init__.py (100%) rename testsuite/tests/kuadrant/authorino/operator/{http => raw_http}/conftest.py (100%) rename testsuite/tests/kuadrant/authorino/operator/{http => raw_http}/test_raw_http.py (100%) diff --git a/testsuite/tests/kuadrant/authorino/operator/http/__init__.py b/testsuite/tests/kuadrant/authorino/operator/raw_http/__init__.py similarity index 100% rename from testsuite/tests/kuadrant/authorino/operator/http/__init__.py rename to testsuite/tests/kuadrant/authorino/operator/raw_http/__init__.py diff --git a/testsuite/tests/kuadrant/authorino/operator/http/conftest.py b/testsuite/tests/kuadrant/authorino/operator/raw_http/conftest.py similarity index 100% rename from testsuite/tests/kuadrant/authorino/operator/http/conftest.py rename to testsuite/tests/kuadrant/authorino/operator/raw_http/conftest.py diff --git a/testsuite/tests/kuadrant/authorino/operator/http/test_raw_http.py b/testsuite/tests/kuadrant/authorino/operator/raw_http/test_raw_http.py similarity index 100% rename from testsuite/tests/kuadrant/authorino/operator/http/test_raw_http.py rename to testsuite/tests/kuadrant/authorino/operator/raw_http/test_raw_http.py