aboutsummaryrefslogtreecommitdiffstats
path: root/test/advanced_features/extras_test.py
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 11:36:07 +0000
committerVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 11:36:07 +0000
commit0646040667b59526ac8346d53efd14dc0e75b01e (patch)
tree0d63875bf408020c3e5d7e06f28bd4c0f31acf6b /test/advanced_features/extras_test.py
parent3ffc1c6ceee169fac767a956fd0d4f153b005dbf (diff)
downloadstable-diffusion-webui-gfx803-0646040667b59526ac8346d53efd14dc0e75b01e.tar.gz
stable-diffusion-webui-gfx803-0646040667b59526ac8346d53efd14dc0e75b01e.tar.bz2
stable-diffusion-webui-gfx803-0646040667b59526ac8346d53efd14dc0e75b01e.zip
Propagate test error and try it without localhost
Diffstat (limited to 'test/advanced_features/extras_test.py')
-rw-r--r--test/advanced_features/extras_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/advanced_features/extras_test.py b/test/advanced_features/extras_test.py
index 8763f8ed..abdd5aa2 100644
--- a/test/advanced_features/extras_test.py
+++ b/test/advanced_features/extras_test.py
@@ -3,7 +3,7 @@ import unittest
class TestExtrasWorking(unittest.TestCase):
def setUp(self):
- self.url_img2img = "http://localhost:7860/sdapi/v1/extra-single-image"
+ self.url_img2img = "http://127.0.0.1:7860/sdapi/v1/extra-single-image"
self.simple_extras = {
"resize_mode": 0,
"show_extras_results": True,