remove google dns for img tests

This commit is contained in:
Ishaan Jaff 2025-04-02 20:34:39 -07:00
parent e1c444ad07
commit d3fc8b563c
2 changed files with 1 additions and 2 deletions

View file

@ -997,7 +997,6 @@ jobs:
steps:
- checkout
- setup_google_dns
- run:
name: Install Dependencies
command: |

View file

@ -44,7 +44,7 @@ class BaseImageGenTest(ABC):
pass
@pytest.mark.asyncio(scope="module")
async def test_basic_image_generation(self):
async def test_async_basic_image_generation(self):
"""Test basic image generation"""
try:
custom_logger = TestCustomLogger()