We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567055d commit 615a787Copy full SHA for 615a787
src/test/java/com/influxdb/v3/client/InfluxDBClientTest.java
@@ -43,7 +43,7 @@ public class InfluxDBClientTest {
43
@EnabledIfEnvironmentVariable(named = "TESTING_INFLUXDB_DATABASE", matches = ".*")
44
@Test
45
void testQueryProxyAndSslCertificate() {
46
- // This test need Envoy proxy to run as this address
+ // This test need Envoy proxy to run at this address
47
String proxyUrl = "http://127.0.0.1:10000";
48
49
// This is real certificate downloaded from https://cloud2.influxdata.com
0 commit comments