Skip to content

Commit ca18e82

Browse files
committed
test: remove protection from subresources fixtures
1 parent eb79621 commit ca18e82

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/unit/storage_boxes/conftest.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ def storage_box_snapshot1():
103103
"labels": {
104104
"key": "value",
105105
},
106-
"protection": {
107-
"delete": False,
108-
},
109106
"created": "2025-11-10T19:16:57Z",
110107
"storage_box": 42,
111108
}
@@ -123,9 +120,6 @@ def storage_box_snapshot2():
123120
"size_filesystem": 0,
124121
},
125122
"labels": {},
126-
"protection": {
127-
"delete": False,
128-
},
129123
"created": "2025-11-10T19:18:57Z",
130124
"storage_box": 42,
131125
}
@@ -149,9 +143,6 @@ def storage_box_subaccount1():
149143
"labels": {
150144
"key": "value",
151145
},
152-
"protection": {
153-
"delete": False,
154-
},
155146
"created": "2025-11-10T19:18:57Z",
156147
"storage_box": 42,
157148
}
@@ -173,9 +164,6 @@ def storage_box_subaccount2():
173164
"readonly": False,
174165
},
175166
"labels": {},
176-
"protection": {
177-
"delete": False,
178-
},
179167
"created": "2025-11-10T19:18:57Z",
180168
"storage_box": 42,
181169
}

0 commit comments

Comments
 (0)