Skip to content

Commit 3cc5f66

Browse files
committed
localhost->127.0.0.1
1 parent 991d914 commit 3cc5f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import logging
1616

1717
logger = logging.getLogger(__name__)
18-
URL = "https://localhost:8383"
18+
URL = "https://127.0.0.1:8383"
1919

2020

2121
class PluginTestCase(TestCase):

0 commit comments

Comments
 (0)