Skip to content

Commit e60326e

Browse files
committed
fix tests
1 parent 6b15d6b commit e60326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/codegen/cli/commands/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def sample_repository(tmp_path: Path):
2828

2929
@pytest.fixture()
3030
def runner():
31-
return CliRunner(mix_stderr=False)
31+
return CliRunner()
3232

3333

3434
@pytest.fixture

0 commit comments

Comments
 (0)