Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
#9 Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Jul 20, 2019
1 parent a539151 commit 3bdf34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_update_files_attributes():
{'error': False, 'statusCode': 200}] == response


def test_delete_file_attributes(create_attributes):
def test_delete_file_attributes(create_file_attributes):
bintray = Bintray()
attributes = ["att1"]
response = bintray.delete_file_attributes("uilianries", "generic", "packages.json", attributes)
Expand Down

0 comments on commit 3bdf34d

Please sign in to comment.