Skip to content

Commit 8acc19d

Browse files
committed
update HAPI tests >:\
Signed-off-by: Tim Farber-Newman <[email protected]>
1 parent c8b2a28 commit 8acc19d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/blocknode/BlockNodeSoftwareUpgradeSuite.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ final Stream<DynamicTest> updateAppPropertiesWriterMode() {
227227
timeRef::get,
228228
Duration.ofMinutes(2),
229229
Duration.ofMinutes(2),
230-
String.format("/localhost:%s/ACTIVE] Sending request to block node", portNumbers.getFirst()),
231230
String.format(
232231
"/localhost:%s/ACTIVE] Connection state transitioned from PENDING to ACTIVE.",
233232
portNumbers.getFirst()))),

hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/blocknode/BlockNodeSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,6 @@ private Stream<DynamicTest> validateHappyPath(final int blocksToWait) {
10161016
assertBlockNodeCommsLogDoesNotContain(
10171017
byNodeId(0), "Block node has exceeded high latency threshold", Duration.ofSeconds(0)),
10181018
assertBlockNodeCommsLogContains(
1019-
byNodeId(0), "Sending request to block node (type=END_OF_BLOCK)", Duration.ofSeconds(0)));
1019+
byNodeId(0), "Sending ad hoc request to block node (type=END_OF_BLOCK)", Duration.ofSeconds(0)));
10201020
}
10211021
}

0 commit comments

Comments
 (0)