aboutsummaryrefslogtreecommitdiff
path: root/test/advanced_features
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 18:40:15 +0300
committerGitHub <noreply@github.com>2022-11-14 18:40:15 +0300
commit9e4f68acad4697fdf10004eb85d3f6f769c2c70b (patch)
tree079eee1ca446de76e3608e393595eecade7fe34e /test/advanced_features
parent5808241dd76983212ab8e27b07f72866671f0b2d (diff)
Stop exporting cl args and upload stdout and stderr as artifacts
Diffstat (limited to 'test/advanced_features')
-rw-r--r--test/advanced_features/extras_test.py2
-rw-r--r--test/advanced_features/txt2img_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/advanced_features/extras_test.py b/test/advanced_features/extras_test.py
index 4b8ae25a..8763f8ed 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:80/sdapi/v1/extra-single-image"
+ self.url_img2img = "http://localhost:7860/sdapi/v1/extra-single-image"
self.simple_extras = {
"resize_mode": 0,
"show_extras_results": True,
diff --git a/test/advanced_features/txt2img_test.py b/test/advanced_features/txt2img_test.py
index e6c3531a..36ed7b9a 100644
--- a/test/advanced_features/txt2img_test.py
+++ b/test/advanced_features/txt2img_test.py
@@ -4,7 +4,7 @@ import requests
class TestTxt2ImgWorking(unittest.TestCase):
def setUp(self):
- self.url_txt2img = "http://localhost:80/sdapi/v1/txt2img"
+ self.url_txt2img = "http://localhost:7860/sdapi/v1/txt2img"
self.simple_txt2img = {
"enable_hr": False,
"denoising_strength": 0,