From 4a4bf7c5712716d583bcc996591e03edae258866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 25 Feb 2025 15:44:24 +0100 Subject: [PATCH] fixup! 3e861cc0cda83b5a58a4457918726835bc9fd68b --- tests/test_signatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_signatures.py b/tests/test_signatures.py index aa532ca..3415edd 100644 --- a/tests/test_signatures.py +++ b/tests/test_signatures.py @@ -236,7 +236,7 @@ def test_store_signatures_with_different_digests( # Verify that the signatures file was not created assert not (signatures_path / f"{image_digest}.json").exists() - # Verify that the log index file was not updated + assert not (signatures_path / "last_log_index").exists()