Skip to content

Commit 537a92a

Browse files
committed
Merge branch 'pipeline_validiation' into pipeline_hash
2 parents 86a56fe + 0c3e7db commit 537a92a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/model/pod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ mod tests {
156156
1_737_922_307,
157157
1_737_925_907,
158158
&TEST_FILE_NAMESPACE_LOOKUP,
159+
"example_logs".to_owned(),
159160
)
160161
}
161162

@@ -233,7 +234,7 @@ mod tests {
233234
fn pod_result_hash() {
234235
assert_eq!(
235236
basic_pod_result().unwrap().hash,
236-
"42aef3e7671bd8762e36978d0e7ac79e2f416dbacb153b22b8c509fa5d8aa2ed",
237+
"92809a4ce13b4fe8c8dcdcf2b48dd14a9dd885593fe3ab5d9809d27bc9a16354",
237238
"Hash didn't match."
238239
);
239240
}
@@ -256,6 +257,7 @@ mod tests {
256257
status: Completed
257258
created: 1737922307
258259
terminated: 1737925907
260+
logs: example_logs
259261
"},
260262
"YAML serialization didn't match."
261263
);

0 commit comments

Comments
 (0)