Skip to content

Commit d36b2aa

Browse files
committed
rework
1 parent 41d54ed commit d36b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ru/livelace/digator_opennlp/RootPathTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ void shouldGetRootIndexPage() {
2020
.when()
2121
.get("/")
2222
.then()
23-
.statusCode(302);
23+
.statusCode(200);
2424
}
2525
}

0 commit comments

Comments
 (0)