"""Constants for the Collection Image integration tests.""" from pathlib import Path TEST_IMAGE = Path(__file__).parent / "test.png" DEFAULT_ENTITY_ID = "image.random_image"