Skip to content

Commit 97da52e

Browse files
committed
Fix tests
1 parent 969b3e7 commit 97da52e

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

tests/Unit/Models/Images/fixtures/image.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"id": 4711,
44
"type": "snapshot",
55
"status": "available",
6+
"architecture": "arm",
67
"name": "ubuntu-20.04",
78
"description": "Ubuntu 20.04 Standard 64 bit",
89
"image_size": 2.3,

tests/Unit/Models/Images/fixtures/images.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
"id": 4711,
55
"type": "snapshot",
6+
"architecture": "arm",
67
"status": "available",
78
"name": "ubuntu-20.04",
89
"description": "Ubuntu 20.04 Standard 64 bit",

tests/Unit/Models/ServerTypes/fixtures/server_type.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"id": 1,
44
"name": "cx11",
55
"description": "CX11",
6+
"architecture": "arm",
67
"cores": 1,
78
"memory": 1,
89
"disk": 24,

tests/Unit/Models/ServerTypes/fixtures/server_types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"id": 1,
55
"name": "cx11",
66
"description": "CX11",
7+
"architecture": "arm",
78
"cores": 1,
89
"memory": 1,
910
"disk": 24,

tests/Unit/Models/Servers/fixtures/server_action_create_image.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"image": {
33
"id": 4711,
44
"type": "snapshot",
5+
"architecture": "arm",
56
"status": "creating",
67
"name": null,
78
"description": "my image",

tests/Unit/Models/Servers/fixtures/servers.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"id": 1,
3838
"name": "cx11",
3939
"description": "CX11",
40+
"architecture": "arm",
4041
"cores": 1,
4142
"memory": 1,
4243
"disk": 25,
@@ -93,6 +94,7 @@
9394
"id": 4711,
9495
"type": "snapshot",
9596
"status": "available",
97+
"architecture": "arm",
9698
"name": "ubuntu-20.04",
9799
"description": "Ubuntu 20.04 Standard 64 bit",
98100
"image_size": 2.3,

0 commit comments

Comments
 (0)