Skip to content

Commit 7812a13

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 3e5384f commit 7812a13

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
@@ -67,7 +67,7 @@ def trustyai_service_with_db_storage(
6767
cluster_monitoring_config: ConfigMap,
6868
user_workload_monitoring_config: ConfigMap,
6969
mariadb: MariaDB,
70-
configure_trustyai_db_ca_secret: None,
70+
trustyai_db_ca_secret: None,
7171
) -> Generator[TrustyAIService, Any, Any]:
7272
with TrustyAIService(
7373
client=admin_client,

0 commit comments

Comments
 (0)