Skip to content

Commit

Permalink
rm unnecessary use of capsys from test
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Feb 12, 2025
1 parent 20a49ba commit f094ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/config/test_ert_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run(self, a, b, c, ensemble):
)


def test_plugin_with_default_arguments(capsys):
def test_plugin_with_default_arguments():
class FixturePlugin(ErtPlugin):
def run(self, ensemble=None):
return ensemble
Expand Down

0 comments on commit f094ca8

Please sign in to comment.