Skip to content

Commit 05bb433

Browse files
committed
chore(postgrest): remove print
1 parent 44839e8 commit 05bb433

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/postgrest/tests/_async/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def test_simple(self, postgrest_client: AsyncPostgrestClient):
3535
"Content-Profile": "public",
3636
}
3737
)
38-
print(session.headers)
3938
assert session.headers.items() >= headers.items()
4039

4140
@pytest.mark.asyncio

src/postgrest/tests/_sync/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def test_simple(self, postgrest_client: SyncPostgrestClient):
3535
"Content-Profile": "public",
3636
}
3737
)
38-
print(session.headers)
3938
assert session.headers.items() >= headers.items()
4039

4140
def test_custom_headers(self):

0 commit comments

Comments
 (0)