Skip to content

Commit

Permalink
Fixes vinu2003#1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwedge committed Mar 5, 2020
1 parent b609da4 commit 4151c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/test_keystone_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def test_add_endpoint(self):
'nova',
'compute',
'Nova Compute Service')
self.create_endpoint_template.asssert_called_with(
self.create_endpoint_template.assert_called_with(
region='RegionOne', service='nova',
publicurl=publicurl, adminurl=adminurl,
internalurl=internalurl)
Expand Down

0 comments on commit 4151c8c

Please sign in to comment.