Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed May 5, 2024
1 parent abafad2 commit 37707dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_api/detect_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def detect_template(payload, output_name: str, status: int = 200):
def test_detect_all_modules(module: str):
payload = dict(
controlnet_input_images=[realistic_girl_face_img],
controlnet_masks=[mask_img],
controlnet_module=module,
)
detect_template(payload, f"detect_{module}")

Expand Down

0 comments on commit 37707dd

Please sign in to comment.