We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a060c commit 4793fd2Copy full SHA for 4793fd2
qiita_client/testing.py
@@ -25,7 +25,7 @@ def setUpClass(cls):
25
cls.client_secret = ('J7FfQ7CQdOxuKhQAf1eoGgBAE81Ns8Gu3EKaWFm3IO2JKh'
26
'AmmCWZuabe0O5Mp28s1')
27
cls.rootca = environ.get('QIITA_ROOTCA_CERT', None)
28
- qiita_port = int(environ.get('QIITA_PORT', 21174))
+ qiita_port = int(environ.get('QIITA_PORT', 8383))
29
30
# do not rely on defining ca_cert for these tests. Instead append
31
# the appropriate CA cert to certifi's pem file.
0 commit comments