Skip to content

Commit 72eb426

Browse files
committed
fix: use fixture
1 parent 8842255 commit 72eb426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/model_registry/rest_api/test_model_registry_secure_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class TestModelRegistryWithSecureDB:
4747
[{"ssl_ca": f"{CA_MOUNT_PATH}/invalid-ca.crt"}],
4848
indirect=True,
4949
)
50+
@pytest.mark.usefixtures("model_registry_instance_ca")
5051
@pytest.mark.smoke
5152
def test_register_model_with_invalid_ca(
5253
self: Self,

0 commit comments

Comments
 (0)