File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ jobs:
118
118
run : |
119
119
conda activate qiita_client
120
120
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
121
- export QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
122
121
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
123
122
export QIITA_CLIENT_DEBUG_LEVEL=DEBUG
124
123
nosetests --with-doctest --with-coverage --cover-package=qiita_client
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def setUpClass(cls):
24
24
cls .client_id = '19ndkO3oMKsoChjVVWluF7QkxHRfYhTKSFbAVt8IhK7gZgDaO4'
25
25
cls .client_secret = ('J7FfQ7CQdOxuKhQAf1eoGgBAE81Ns8Gu3EKaWFm3IO2JKh'
26
26
'AmmCWZuabe0O5Mp28s1' )
27
- cls .rootca = environ .get ('QIITA_ROOTCA_CERT' , None )
27
+ cls .rootca = environ .get ('QIITA_ROOTCA_CERT' )
28
28
qiita_port = int (environ .get ('QIITA_PORT' , 8383 ))
29
29
30
30
# do not rely on defining ca_cert for these tests. Instead append
You can’t perform that action at this time.
0 commit comments