Skip to content

Commit 615a787

Browse files
fix: linter
1 parent 567055d commit 615a787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/influxdb/v3/client/InfluxDBClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class InfluxDBClientTest {
4343
@EnabledIfEnvironmentVariable(named = "TESTING_INFLUXDB_DATABASE", matches = ".*")
4444
@Test
4545
void testQueryProxyAndSslCertificate() {
46-
// This test need Envoy proxy to run as this address
46+
// This test need Envoy proxy to run at this address
4747
String proxyUrl = "http://127.0.0.1:10000";
4848

4949
// This is real certificate downloaded from https://cloud2.influxdata.com

0 commit comments

Comments
 (0)