Skip to content

Commit

Permalink
SNOW-1446174: Adding also 404 for SFTrustManager tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz committed Jun 5, 2024
1 parent 828cf77 commit ee7e1e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private static void accessHost(String host, HttpClient client) throws IOExceptio
assertThat(
String.format("response code for %s", host),
statusCode,
anyOf(equalTo(200), equalTo(403), equalTo(400), equalTo(513)));
anyOf(equalTo(200), equalTo(400), equalTo(403), equalTo(404), equalTo(513)));
}

/**
Expand Down

0 comments on commit ee7e1e3

Please sign in to comment.