From 4d0df35201356ed88aaa9a581565167e1f5c52fa Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Wed, 16 Jun 2021 21:06:03 +0000 Subject: [PATCH] Update error message to remove reference to S3 --- tap_xero/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_xero/__init__.py b/tap_xero/__init__.py index 529790a..34522c9 100644 --- a/tap_xero/__init__.py +++ b/tap_xero/__init__.py @@ -20,7 +20,7 @@ LOGGER = singer.get_logger() BAD_CREDS_MESSAGE = ( - "Failed to refresh OAuth token using the credentials from both the config and S3. " + "Failed to refresh OAuth token using the credentials. " "The token might need to be reauthorized from the integration's properties " "or there could be another authentication issue. Please attempt to reauthorize " "the integration."