Skip to content

Commit 47d65eb

Browse files
gerrod3cursoragent
andcommitted
Fix lint formatting in provenance sync test
Assisted-by: Cursor Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8e387da commit 47d65eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pulp_python/tests/functional/api/test_attestations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ def test_sync_pulp_created_provenance(
192192
repository_version=dest_repo.latest_version_href
193193
)
194194
assert provs.count == 1
195-
assert (
196-
provs.results[0].provenance["attestation_bundles"][0]["publisher"]["kind"] == "Pulp User"
197-
)
195+
assert provs.results[0].provenance["attestation_bundles"][0]["publisher"]["kind"] == "Pulp User"
198196

199197

200198
def test_attestation_twine_upload(

0 commit comments

Comments
 (0)