Skip to content

Commit

Permalink
fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexazarh committed Jul 22, 2018
1 parent 234ce1e commit 12d7bd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_convert_to_deploy_azure_vm_resource_model(self, deploy_data_holder_clas
self.assertEqual(result.image_sku, data_attributes['Image SKU'])
self.assertEqual(result.image_version, data_attributes['Image Version'])

def test_convert_base_hadels_2nd_gen_shell_attributes(self):
def test_convert_base_handels_2nd_gen_shell_attributes(self):
# arrange
cloudshell_session = mock.Mock()
cloudshell_session.DecryptPassword = mock.Mock(return_value=mock.Mock(Value='my_pass'))
Expand Down

0 comments on commit 12d7bd8

Please sign in to comment.