> @@ -247,7 +247,7 @@ public void testReserveWhenResponseIs4xx() throws
> Exception {
> .addHeader("Accept", MediaType.APPLICATION_JSON)
> .addHeader("X-Auth-Token", authToken).build();
>
> - HttpResponse createResponse = HttpResponse.builder().statusCode(401)
> + HttpResponse createResponse = HttpResponse.builder().statusCode(403)
Erm...but will the loop not return if 401 _is_ returned? Are we confident that
if this pattern happens in a program, it won't go into an infinite loop like
the test did?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/16/files#r5134690