Skip to content

Commit e73541a

Browse files
committed
remove print
1 parent 62fde39 commit e73541a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/coal/test_postgresql/test_postgresql_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def test_get_postgresql_table_schema_not_found(self, mock_connect, base_configur
110110
# Arrange
111111
target_table_name = "test_table"
112112
_psql = PostgresUtils(base_configuration)
113-
print(base_configuration.postgres)
114113

115114
# Mock connection and cursor
116115
mock_conn = MagicMock()

tests/unit/coal/test_store/test_output/test_channel_interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_is_available_with_missing_keys(self):
7373
channel = ChannelInterface(configuration)
7474
channel.required_keys = {"section1": ["key1", "key2"], "section2": ["key3"]}
7575

76-
print(type(channel.configuration))
7776
# Act
7877
result = channel.is_available()
7978

0 commit comments

Comments
 (0)