Skip to content

Commit 9f50d3e

Browse files
committed
the attestation expired so the test began to fail since the attestation status (correctly) is no longer applied anymore. doing a workaround by changing the attestation expiration date to something very far in the future, but should come back to this and implement a utility function that will fix it ad infinitum
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
1 parent a9afdf4 commit 9f50d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hdf-converters/test/attestations/attestations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const attestations_for_overlay: Attestation[] = [
146146
'Database Jobs are reviewed before they are put into production',
147147
frequency: 'daily',
148148
status: 'passed',
149-
updated: '2026-01-02',
149+
updated: '2099-01-02',
150150
updated_by: 'Alec Hardison, Security'
151151
}
152152
];

0 commit comments

Comments
 (0)