Skip to content

Commit 3511c5b

Browse files
committed
Fix set logging to DEBUG for all tests
1 parent 622a755 commit 3511c5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ async def go(app, *, port=None, **kwargs): # type: ignore
102102
# Adding debug logs to websocket tests
103103
for name in [
104104
"websockets.legacy.server",
105-
"gql.transport.websockets",
105+
"gql.transport.aiohttp",
106106
"gql.transport.phoenix_channel_websockets",
107+
"gql.transport.requests",
108+
"gql.transport.websockets",
107109
"gql.dsl",
108110
"gql.utilities.parse_result",
109111
]:

0 commit comments

Comments
 (0)