From c4142e99c2f21f0ce7ec2618a0bb1fd39c72ce07 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 9 Jan 2026 08:12:16 +0000 Subject: test: fix deterministic commit hash i suspect this broke when we ensured commits weren't pgp signed --- grasp-audit/src/specs/grasp01/push_authorization.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grasp-audit/src') diff --git a/grasp-audit/src/specs/grasp01/push_authorization.rs b/grasp-audit/src/specs/grasp01/push_authorization.rs index 4c7720b..c1003b9 100644 --- a/grasp-audit/src/specs/grasp01/push_authorization.rs +++ b/grasp-audit/src/specs/grasp01/push_authorization.rs @@ -29,7 +29,7 @@ /// /// Run `test_pr_test_commit_hash_discovery` to discover/verify this value. #[allow(dead_code)] -const PR_TEST_COMMIT_HASH: &str = "8935183ff722bf04e861928c6a7e50868c6ca4a6"; +const PR_TEST_COMMIT_HASH: &str = "5d40fb1555a0c28bf4d650515a73aaa54d4d9bfb"; use crate::{ clone_repo, create_commit, create_deterministic_commit_with_variant, try_push, try_push_to_ref, -- cgit v1.2.3