Skip to content

Commit

Permalink
Remove trailing comma from test data
Browse files Browse the repository at this point in the history
A trailing comma makes any element a one-item tuple.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
  • Loading branch information
sechkova committed Jun 16, 2021
1 parent 18b0b82 commit b5be7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def test_metadata_targets(self):
hashes = {
"sha256": "141f740f53781d1ca54b8a50af22cbf74e44c21a998fa2a8a05aaac2c002886b",
"sha512": "ef5beafa16041bcdd2937140afebd485296cd54f7348ecd5a4d035c09759608de467a7ac0eb58753d0242df873c305e8bffad2454aa48f44480f15efae1cacd0"
},
}

fileinfo = TargetFile(length=28, hashes=hashes)

Expand Down

0 comments on commit b5be7e8

Please sign in to comment.