Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5cb9ba9

Browse files
author
Corneil du Plessis
committed
[AT] Added checkEndpoints to ensure new endpoints are accessible.
1 parent 67c4a24 commit 5cb9ba9

File tree

1 file changed

+1
-1
lines changed
  • src/test/java/org/springframework/cloud/dataflow/acceptance/test

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/cloud/dataflow/acceptance/test/DataFlowAT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ public void streamWithConfigServer() {
36753675
}
36763676

36773677
@Test
3678-
@Tag("smoke")
3678+
@Tag("always")
36793679
void checkEndpoints() {
36803680
AboutResource aboutResource = dataFlowOperations.aboutOperation().get();
36813681
assertThat(aboutResource).isNotNull();

0 commit comments

Comments
 (0)