Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct expected status code for deregistration
Per the Eureka documentation and the implementation in method com.netflix.eureka.resources.InstanceResource#cancelLease(), Eureka returns HTTP status code 200 to indicate successful deregistration of an instance, and not status code 204 as our EurekaConnection's DeregisterInstance method had expected.
- Loading branch information