Skip to content

Commit 87c6d64

Browse files
committed
int -> str
1 parent d317a0a commit 87c6d64

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
@@ -26,7 +26,7 @@ def setUpClass(cls):
2626
cls.client_secret = ('J7FfQ7CQdOxuKhQAf1eoGgBAE81Ns8Gu3EKaWFm3IO2JKh'
2727
'AmmCWZuabe0O5Mp28s1')
2828
# qiita_port needs to be the main worker in qiita, the default is 21174
29-
qiita_port = int(environ.get('QIITA_PORT', '21174'))
29+
qiita_port = environ.get('QIITA_PORT', '21174')
3030
cls.ca_cert = environ.get('QIITA_ROOTCA_CERT')
3131

3232
url = URL.replace('8383', qiita_port)

0 commit comments

Comments
 (0)