🎉 Source Zendesk Chat: engagements data fix infinity looping + gradlew format (#18121)
* fix infinity looping in chats * added more meaninful to variable name * bump docker version * auto-bump connector version * run format Co-authored-by: Roberto Bonnet <robertojuarezwp@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
@@ -317,7 +317,6 @@ class Client:
|
||||
logger.error(error_msg)
|
||||
raise ConfigurationError(error_msg) from err
|
||||
|
||||
|
||||
reader_options = {**self._reader_options}
|
||||
try:
|
||||
if self._reader_format == "csv":
|
||||
|
||||
@@ -17,6 +17,7 @@ def wrong_format_client():
|
||||
format="wrong",
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def csv_format_client():
|
||||
return Client(
|
||||
@@ -26,6 +27,7 @@ def csv_format_client():
|
||||
format="csv",
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"storage, expected_scheme",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user