File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/unit_tests/containers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 106106 }
107107 }
108108 },
109- "created_at" : "2023-01-01T00:00:00Z "
109+ "created_at" : "2023-01-01T00:00:00+00:00 "
110110}
111111
112112# Sample compute resources data
127127SECRETS_DATA = [
128128 {
129129 "name" : SECRET_NAME ,
130- "created_at" : "2023-01-01T00:00:00Z "
130+ "created_at" : "2023-01-01T00:00:00+00:00 "
131131 }
132132]
133133
134134# Sample registry credentials data
135135REGISTRY_CREDENTIALS_DATA = [
136136 {
137137 "name" : REGISTRY_CREDENTIAL_NAME ,
138- "created_at" : "2023-01-01T00:00:00Z "
138+ "created_at" : "2023-01-01T00:00:00+00:00 "
139139 }
140140]
141141
150150 {
151151 "id" : "replica-1" ,
152152 "status" : "running" ,
153- "started_at" : "2023-01-01T00:00:00Z "
153+ "started_at" : "2023-01-01T00:00:00+00:00 "
154154 }
155155 ]
156156}
You can’t perform that action at this time.
0 commit comments