Skip to content

Commit 136b781

Browse files
authored
Update HelloControllerIT.java (GoogleCloudPlatform#3842)
Reverse `@SuppressWarnings` & `@SpringBootTest` to see if we can make it pass. Appears to fix the problem - admin merging.
1 parent 1eb7758 commit 136b781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flexible/helloworld-springboot/src/test/java/com/example/java/HelloControllerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
import org.springframework.boot.web.server.LocalServerPort;
2727
import org.springframework.http.ResponseEntity;
2828

29-
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
3029
@SuppressWarnings("checkstyle:AbbreviationAsWordInName")
30+
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
3131
public class HelloControllerIT {
3232

3333
@LocalServerPort private int port;

0 commit comments

Comments
 (0)