Skip to content

Commit

Permalink
added positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Hilborn committed Aug 12, 2021
1 parent ce482ef commit 3ee7f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_iks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_crn_and_zone(self):
def get_resource_id(self):
return self.resource_id

def get_id_token():
def get_id_token(self):
return "123456789"


Expand Down

0 comments on commit 3ee7f29

Please sign in to comment.