Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Apr 4, 2024
1 parent 93a148f commit 763020d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function testGetSuccessStatusCodeResponse() returns error? {
AlbumNotFound|error res8 = albumClient->/albums/'1;
if res8 is error {
test:assertTrue(res8 is http:PayloadBindingError);
test:assertEquals(res8.message(), "incompatible status_code_binding_test:AlbumNotFound found for response with 200",
test:assertEquals(res8.message(), "incompatible http_client_tests:AlbumNotFound found for response with 200",
"Invalid error message");
error? cause = res8.cause();
if cause is error {
Expand Down

0 comments on commit 763020d

Please sign in to comment.