We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfdb06 commit 070724fCopy full SHA for 070724f
src/test/java/com/influxdb/v3/client/ITQueryWrite.java
@@ -236,9 +236,7 @@ void pointValues() {
236
@Test
237
public void handleFlightRuntimeException() throws IOException {
238
Instant now = Instant.now();
239
- String measurement = String.format(
240
- "/%d/test/com/influxdb/v3/client/ITQueryWrite/handleFlightRuntimeException", now.toEpochMilli()
241
- );
+ String measurement = "/influxdb3-java/test/handleFlightRuntimeException";
242
243
client = getInstance();
244
0 commit comments