Skip to content

Commit 802db8a

Browse files
test change
1 parent e55a895 commit 802db8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiita_client/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,6 @@ def register_command(self, command):
379379
PUBLICATIONS = %s
380380
381381
[oauth2]
382-
SERVER_CERT = %s
382+
ROOTCA_CERT = %s
383383
CLIENT_ID = %s
384384
CLIENT_SECRET = %s"""

qiita_client/tests/test_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def html_generator_func(a, b, c, d):
147147
'PUBLICATIONS = \n',
148148
'\n',
149149
'[oauth2]\n',
150-
'SERVER_CERT = \n']
150+
'ROOTCA_CERT = \n']
151151
# We will test the last 2 lines independently since they're variable
152152
# in each test run
153153
self.assertEqual(conf[:-2], exp_lines)

0 commit comments

Comments
 (0)