mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Revert "remove google dns for img tests"
This reverts commit d3fc8b563c
.
This commit is contained in:
parent
d3fc8b563c
commit
4ed0ab5b1c
2 changed files with 2 additions and 1 deletions
|
@ -997,6 +997,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- checkout
|
||||
- setup_google_dns
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
|
|
|
@ -44,7 +44,7 @@ class BaseImageGenTest(ABC):
|
|||
pass
|
||||
|
||||
@pytest.mark.asyncio(scope="module")
|
||||
async def test_async_basic_image_generation(self):
|
||||
async def test_basic_image_generation(self):
|
||||
"""Test basic image generation"""
|
||||
try:
|
||||
custom_logger = TestCustomLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue