Skip to content

Commit 4793fd2

Browse files
committed
21174 -> 8383
1 parent b0a060c commit 4793fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def setUpClass(cls):
2525
cls.client_secret = ('J7FfQ7CQdOxuKhQAf1eoGgBAE81Ns8Gu3EKaWFm3IO2JKh'
2626
'AmmCWZuabe0O5Mp28s1')
2727
cls.rootca = environ.get('QIITA_ROOTCA_CERT', None)
28-
qiita_port = int(environ.get('QIITA_PORT', 21174))
28+
qiita_port = int(environ.get('QIITA_PORT', 8383))
2929

3030
# do not rely on defining ca_cert for these tests. Instead append
3131
# the appropriate CA cert to certifi's pem file.

0 commit comments

Comments
 (0)