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:
parent
32a4703a53
commit
14bfc57870
17 changed files with 1012 additions and 611 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue