We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9326ee commit 8365fdaCopy full SHA for 8365fda
tests/model.rs
@@ -101,7 +101,7 @@ fn pod_job_to_yaml() -> Result<()> {
101
fn hash_pod_result() -> Result<()> {
102
pretty_assert_eq!(
103
pod_result_style(&NAMESPACE_LOOKUP_READ_ONLY)?.hash,
104
- "56d750bae1e9f70be2bca38c121cdbb7bd2e67a3c40d28df9bc5b5133eaedf70",
+ "9c4ae0ab0659823d104a30ef81c19c9cb1584a07e5cb702dc189f9bd7604fda3",
105
"Hash didn't match."
106
);
107
Ok(())
0 commit comments