fix merge issue after 2021 Aug 15 commit d1735c7e57 (#137)

This commit is contained in:
Sophiah Ho
2021-09-13 12:39:11 -04:00
committed by GitHub
parent feb59deb28
commit cd66a1ceb7

View File

@@ -123,7 +123,7 @@ class PaymentsControllerTest {
resources.getJerseyTest()
.target("/v1/payments/conversions")
.request()
.header("Authorization", AuthHelper.getAuthHeader(AuthHelper.VALID_NUMBER, AuthHelper.VALID_PASSWORD))
.header("Authorization", AuthHelper.getAuthHeader(AuthHelper.VALID_UUID, AuthHelper.VALID_PASSWORD))
.get(String.class);
assertThat(json.contains("{\"USD\":2.35,\"EUR\":1.89}"));