mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 06:10:51 -07:00
fix: remove merge conflict markers from test_api_extended.py (#10)
Made-with: Cursor
This commit is contained in:
parent
9aa32e8917
commit
12f5c39a44
1 changed files with 0 additions and 9 deletions
|
|
@ -17,15 +17,6 @@ def test_get_api_endpoint(base_url, url):
|
|||
assert requests.get(f"{base_url}/{url}").status_code == 200
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
def test_interrogate_deepbooru(base_url, img2img_basic_image_base64):
|
||||
"""Interrogate with deepbooru model."""
|
||||
payload = {"image": img2img_basic_image_base64, "model": "deepbooru"}
|
||||
assert requests.post(f"{base_url}/sdapi/v1/interrogate", json=payload).status_code == 200
|
||||
|
||||
|
||||
>>>>>>> origin/main
|
||||
def test_png_info(base_url, img2img_basic_image_base64):
|
||||
"""PNG info endpoint."""
|
||||
payload = {"image": img2img_basic_image_base64}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue