From d2ecc39484ab12f9a103b3d1befd35b5685d638e Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 27 Sep 2018 12:05:39 -0700 Subject: [PATCH] [SHIBUI-894] Not sure why this flipflopped, but this is how this test was originally authored. Hopefully it'll behave now. --- .../InternationalizationMessagesControllerTests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/InternationalizationMessagesControllerTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/InternationalizationMessagesControllerTests.groovy index 73acb5d14..16626c2e8 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/InternationalizationMessagesControllerTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/InternationalizationMessagesControllerTests.groovy @@ -113,6 +113,6 @@ class InternationalizationMessagesControllerTests extends Specification { .header("Accept-Language", "es")) then: - result.andExpect(content().json(expectedDefaultResult)) + result.andExpect(content().json(expectedEnglishResult)) } }