Skip to content

Commit

Permalink
Removed unused config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Jul 22, 2024
1 parent 802db8a commit d994d89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion qiita_client/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,5 @@ def register_command(self, command):
PUBLICATIONS = %s
[oauth2]
ROOTCA_CERT = %s
CLIENT_ID = %s
CLIENT_SECRET = %s"""
3 changes: 1 addition & 2 deletions qiita_client/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ def html_generator_func(a, b, c, d):
'PLUGIN_TYPE = artifact definition\n',
'PUBLICATIONS = \n',
'\n',
'[oauth2]\n',
'ROOTCA_CERT = \n']
'[oauth2]\n']
# We will test the last 2 lines independently since they're variable
# in each test run
self.assertEqual(conf[:-2], exp_lines)
Expand Down

0 comments on commit d994d89

Please sign in to comment.