Skip to content

Commit 8d22021

Browse files
committed
check spelling
1 parent 47a4551 commit 8d22021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def html_generator_func(a, b, c, d):
150150
'SERVER_CERT = \n',
151151
'\n',
152152
'[network]\n',
153-
'plugincoupling = \n']
153+
'PLUGINCOUPLING = \n']
154154
# We will test the last 2 lines independently since they're variable
155155
# in each test run
156156
self.assertEqual(conf[:-2], exp_lines)

0 commit comments

Comments
 (0)