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 01e18dd commit 267fe7dCopy full SHA for 267fe7d
qiita_client/tests/test_plugin.py
@@ -75,7 +75,7 @@ def func(a, b, c, d):
75
76
def test__push_artifacts_files_to_central(self):
77
class fakeClient():
78
- def __init__():
+ def __init__(self):
79
self._plugincoupling = 'null protocol'
80
81
def push_file_to_central(self, filepath):
0 commit comments