Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 20, 2024
1 parent b2a1969 commit 74e8de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Tosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def test_tosca_k8s_get_attribute(self):
inf.vm_list = [vm, vm2]
outputs = tosca.get_outputs(inf)
self.assertEqual(outputs, {'im_service_endpoint': '8.8.8.8:30880',
'mysql_service_endpoint': 'mysql_container.%s:3306' % inf.id})
'mysql_service_endpoint': 'mysql-container:3306'})


if __name__ == "__main__":
Expand Down

0 comments on commit 74e8de3

Please sign in to comment.