Skip to content

Commit d994d89

Browse files
Removed unused config setting
1 parent 802db8a commit d994d89

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

qiita_client/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,5 @@ def register_command(self, command):
379379
PUBLICATIONS = %s
380380
381381
[oauth2]
382-
ROOTCA_CERT = %s
383382
CLIENT_ID = %s
384383
CLIENT_SECRET = %s"""

qiita_client/tests/test_plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ def html_generator_func(a, b, c, d):
146146
'PLUGIN_TYPE = artifact definition\n',
147147
'PUBLICATIONS = \n',
148148
'\n',
149-
'[oauth2]\n',
150-
'ROOTCA_CERT = \n']
149+
'[oauth2]\n']
151150
# We will test the last 2 lines independently since they're variable
152151
# in each test run
153152
self.assertEqual(conf[:-2], exp_lines)

0 commit comments

Comments
 (0)