Skip to content

Commit

Permalink
Update FireboltConnectionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jul 23, 2024
1 parent 4e47282 commit 10c7af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

@ExtendWith(MockitoExtension.class)
abstract class FireboltConnectionTest {
private static final String LOCAL_URL = "jdbc:firebolt:local_dev_db?account=dev&ssl=false&max_query_size=10000000&mask_internal_errors=0&firebolt_enable_beta_functions=1&firebolt_case_insensitive_identifiers=1&rest_api_pull_timeout_sec=3600&rest_api_pull_interval_millisec=5000&rest_api_retry_times=10&host=localhost";
private static final String LOCAL_URL = "jdbc:firebolt:local_dev_db?account=dev&ssl=false&max_query_size=10000000&mask_internal_errors=0&firebolt_case_insensitive_identifiers=1&rest_api_pull_timeout_sec=3600&rest_api_pull_interval_millisec=5000&rest_api_retry_times=10&host=localhost";
private final FireboltConnectionTokens fireboltConnectionTokens = new FireboltConnectionTokens(null, 0);
@Captor
private ArgumentCaptor<FireboltProperties> propertiesArgumentCaptor;
Expand Down

0 comments on commit 10c7af6

Please sign in to comment.