Skip to content

Commit 52ee5fa

Browse files
Update PluginTestCase base class
Update PluginTestCase base class to rely on standard environment to verify server credentials. Rely on new script to update standard environment.
1 parent 2a8138b commit 52ee5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setUpClass(cls):
2828
qiita_port = int(environ.get('QIITA_PORT', 21174))
2929
cls.qclient = QiitaClient(
3030
"https://localhost:%d" % qiita_port, cls.client_id,
31-
cls.client_secret, server_cert=cls.server_cert)
31+
cls.client_secret)
3232
logger.debug(
3333
'PluginTestCase.setUpClass() token %s' % cls.qclient._token)
3434
cls.qclient.post('/apitest/reload_plugins/')

0 commit comments

Comments
 (0)