Skip to content

Commit

Permalink
[SHIBUI-894]
Browse files Browse the repository at this point in the history
Not sure why this flipflopped, but this is how this test
was originally authored. Hopefully it'll behave now.
  • Loading branch information
Bill Smith committed Sep 27, 2018
1 parent d857ba4 commit d2ecc39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ class InternationalizationMessagesControllerTests extends Specification {
.header("Accept-Language", "es"))

then:
result.andExpect(content().json(expectedDefaultResult))
result.andExpect(content().json(expectedEnglishResult))
}
}

0 comments on commit d2ecc39

Please sign in to comment.