Skip to content

Commit 8d0844d

Browse files
committed
adapting test to new configuration option
1 parent 8f9fbec commit 8d0844d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

qiita_client/tests/test_plugin.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ def html_generator_func(a, b, c, d):
147147
'PUBLICATIONS = \n',
148148
'\n',
149149
'[oauth2]\n',
150-
'SERVER_CERT = \n']
150+
'SERVER_CERT = \n',
151+
'\n',
152+
'[network]\n',
153+
'plugincoupling = \n']
151154
# We will test the last 2 lines independently since they're variable
152155
# in each test run
153156
self.assertEqual(conf[:-2], exp_lines)

0 commit comments

Comments
 (0)