Skip to content

Commit c6c7305

Browse files
committed
fix test
1 parent de60990 commit c6c7305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit_tests/containers/test_containers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@
134134
SECRETS_DATA = [
135135
{
136136
"name": SECRET_NAME,
137-
"created_at": "2023-01-01T00:00:00+00:00"
137+
"created_at": "2023-01-01T00:00:00+00:00",
138+
"secret_type": "generic"
138139
}
139140
]
140141

0 commit comments

Comments
 (0)