We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7adefd commit b3aebd8Copy full SHA for b3aebd8
1 file changed
tests/unit_tests/containers/test_containers.py
@@ -106,7 +106,7 @@
106
}
107
108
},
109
- "created_at": "2023-01-01T00:00:00Z"
+ "created_at": "2023-01-01T00:00:00+00:00"
110
111
112
# Sample compute resources data
@@ -127,15 +127,15 @@
127
SECRETS_DATA = [
128
{
129
"name": SECRET_NAME,
130
131
132
]
133
134
# Sample registry credentials data
135
REGISTRY_CREDENTIALS_DATA = [
136
137
"name": REGISTRY_CREDENTIAL_NAME,
138
139
140
141
@@ -150,7 +150,7 @@
150
151
"id": "replica-1",
152
"status": "running",
153
- "started_at": "2023-01-01T00:00:00Z"
+ "started_at": "2023-01-01T00:00:00+00:00"
154
155
156
0 commit comments