Skip to content

Commit

Permalink
Removed debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Nov 13, 2024
1 parent 114c53a commit 55f2344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class IntegrationTestBase extends AbstractConnectorTest {
static final String TEST_TOPIC_PREFIX = "singlestore_topic";
private static final String TEST_SERVER_VERSION = System.getProperty("singlestore.version", "");
private static final String TEST_USER = System.getProperty("singlestore.user", "root");
private static final String TEST_PASSWORD = "1";
private static final String TEST_PASSWORD = System.getProperty("singlestore.password", "");
private static final Logger LOGGER = LoggerFactory.getLogger(IntegrationTestBase.class);
private static final String TEST_IMAGE = System.getProperty("singlestore.image",
"ghcr.io/singlestore-labs/singlestoredb-dev:latest");
Expand Down

0 comments on commit 55f2344

Please sign in to comment.