We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8138b commit 52ee5faCopy full SHA for 52ee5fa
qiita_client/testing.py
@@ -28,7 +28,7 @@ def setUpClass(cls):
28
qiita_port = int(environ.get('QIITA_PORT', 21174))
29
cls.qclient = QiitaClient(
30
"https://localhost:%d" % qiita_port, cls.client_id,
31
- cls.client_secret, server_cert=cls.server_cert)
+ cls.client_secret)
32
logger.debug(
33
'PluginTestCase.setUpClass() token %s' % cls.qclient._token)
34
cls.qclient.post('/apitest/reload_plugins/')
0 commit comments