Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e59929

Browse files
committed
Updated unit test to bring in line with actual Castlabs response code
1 parent26e119d commit8e59929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/java/com/brightcove/castlabs/client/CastlabsClientTest.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public void testItCanUpdateAuthorizationSettings() throws Exception {
386386
.withQueryStringParameter("ticket",exampleTicket)
387387
.withHeader("accept","application/json")
388388
.withHeader("content-type","application/json");
389-
mockServerClient.when(expectedRequest).respond(response().withStatusCode(200));
389+
mockServerClient.when(expectedRequest).respond(response().withStatusCode(204));
390390
UpdateAuthorizationSettingsRequestrequest =newUpdateAuthorizationSettingsRequest();
391391
request.setMode("UPFRONT");
392392

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp