Skip to content

Commit 3fe487f

Browse files
committed
Fix test
1 parent c744632 commit 3fe487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_aiserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_image_to_image(self):
9393
)
9494

9595
# Send request with file
96-
response: GenerationResponse = self.client.post_files_with_request(
96+
response: GenerationResponse = self.client.post_files_with_request_url(
9797
request_uri="/api/ImageToImage",
9898
request=request,
9999
files=upload

0 commit comments

Comments
 (0)