Skip to content

Commit aeccdd7

Browse files
committed
rm unnecessary use of capsys from test
1 parent a37d8d3 commit aeccdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ert/unit_tests/config/test_ert_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def run(self, a, b, c, ensemble):
151151
)
152152

153153

154-
def test_plugin_with_default_arguments(capsys):
154+
def test_plugin_with_default_arguments():
155155
class FixturePlugin(ErtPlugin):
156156
def run(self, ensemble=None):
157157
return ensemble

0 commit comments

Comments
 (0)