Skip to content

Commit 3e5384f

Browse files
committed
refactor: change name of ca_secret setting fixture
The name of fixtures cannot contain verbs so the change is to correct this.
1 parent 30ef348 commit 3e5384f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_explainability/trustyai_service/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def mariadb(
288288

289289

290290
@pytest.fixture(scope="class")
291-
def configure_trustyai_db_ca_secret(
291+
def trustyai_db_ca_secret(
292292
admin_client: DynamicClient, model_namespace: Namespace, mariadb: MariaDB
293293
) -> Generator[None, Any, None]:
294294
mariadb_ca_secret = Secret(

0 commit comments

Comments
 (0)