Skip to content

Commit abd962e

Browse files
facutuescawoodruffw
authored andcommitted
Rename attestation in test assets
1 parent c6bdbda commit abd962e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/test_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
artifact_path = Path(__file__).parent / "assets" / "rfc8785-0.1.2-py3-none-any.whl"
1212
bundle_path = Path(__file__).parent / "assets" / "rfc8785-0.1.2-py3-none-any.whl.sigstore"
13-
attestation_path = Path(__file__).parent / "assets" / "rfc8785-0.1.2-py3-none-any.whl.json"
13+
attestation_path = Path(__file__).parent / "assets" / "rfc8785-0.1.2-py3-none-any.whl.attestation"
1414

1515

1616
def test_sigstore_to_pypi() -> None:

0 commit comments

Comments
 (0)