summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js')
-rw-r--r--openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js b/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js
index 40ec0002d..06a64908d 100644
--- a/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js
+++ b/openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js
@@ -256,7 +256,6 @@
spyOn(promise, 'catch');
spyOn(toastService, 'add');
service.getObjectDetails('spam', 'ham', true);
- expect(promise.catch).toHaveBeenCalledWith(angular.noop);
expect(toastService.add).not.toHaveBeenCalled();
});