Remove deprecated DALL-E image formats (#122388)

This commit is contained in:
Denis Shulyaka 2024-07-22 22:57:48 +03:00 committed by GitHub
parent 489457c47b
commit ee30510b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 57 deletions

View file

@ -60,33 +60,6 @@ from tests.common import MockConfigEntry
"style": "natural",
},
),
(
{"prompt": "Picture of a dog", "size": "256"},
{
"prompt": "Picture of a dog",
"size": "1024x1024",
"quality": "standard",
"style": "vivid",
},
),
(
{"prompt": "Picture of a dog", "size": "512"},
{
"prompt": "Picture of a dog",
"size": "1024x1024",
"quality": "standard",
"style": "vivid",
},
),
(
{"prompt": "Picture of a dog", "size": "1024"},
{
"prompt": "Picture of a dog",
"size": "1024x1024",
"quality": "standard",
"style": "vivid",
},
),
],
)
async def test_generate_image_service(