1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

Angular version bump to 1.3.15.

This commit is contained in:
Kevan Ahlquist 2015-03-27 15:16:44 -05:00
parent 32a4703a53
commit 14bfc57870
17 changed files with 1012 additions and 611 deletions

View file

@ -59,7 +59,7 @@ describe('startContainerController', function() {
'Id': id,
'Warnings': null
});
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start?').respond({
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start').respond({
'id': id,
'Warnings': null
});
@ -91,7 +91,7 @@ describe('startContainerController', function() {
'Id': id,
'Warnings': null
});
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start?').respond({
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start').respond({
'id': id,
'Warnings': null
});
@ -127,7 +127,7 @@ describe('startContainerController', function() {
'Id': id,
'Warnings': null
});
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start?').respond({
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start').respond({
'id': id,
'Warnings': null
});
@ -168,7 +168,7 @@ describe('startContainerController', function() {
'Id': id,
'Warnings': null
});
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start?').respond({
$httpBackend.expectPOST('dockerapi/containers/' + id + '/start').respond({
'id': id,
'Warnings': null
});