Skip to content

Commit

Permalink
localhost->127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Aug 19, 2024
1 parent 991d914 commit 3cc5f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_client/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import logging

logger = logging.getLogger(__name__)
URL = "https://localhost:8383"
URL = "https://127.0.0.1:8383"


class PluginTestCase(TestCase):
Expand Down

0 comments on commit 3cc5f66

Please sign in to comment.