Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Oct 13, 2024
1 parent b9d6f7a commit 8b9ba20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_integration/test_minio_config.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
"""Integration tests for the minio configuration."""

import pytest
from minio import Minio
from pydantic import ValidationError

from cloud_storage_handler.api.elixircloud.csh.models import MinioConfig


def test_create_minio_client():
"""Check if the minio client is created."""
config = MinioConfig()
client = Minio(
endpoint=f"{config.hostname}:{config.port}",
Expand Down

0 comments on commit 8b9ba20

Please sign in to comment.