You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added getServiceInstanceLastOperation() to enable the broker to be polled for last service operation status. Former getServiceInstance() has been removed since it was not compliant with broker async api. see http://docs.cloudfoundry.org/services/asynchronous-operations.html for details
Copy file name to clipboardExpand all lines: src/test/java/org/cloudfoundry/community/servicebroker/model/fixture/ServiceInstanceControllerIntegrationTest.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ public void itShouldNotBeAsyncWhenAcceptsIncompleteParamIsNotPresent() throws Ex
0 commit comments