Skip to content

Commit bdc6f4a

Browse files
committed
test: use file_descriptor_output_capture fixture for server
Generated-by: aiautocommit
1 parent 5b329be commit bdc6f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def run_server():
124124

125125

126126
@pytest.fixture
127-
def server():
127+
def server(file_descriptor_output_capture):
128128
"""
129129
Spinning up the entire application for EACH TEST is extremely slow.
130130

0 commit comments

Comments
 (0)