Skip to content

Commit

Permalink
Merge pull request #1028 from freyes/fix-prom-mysql-exporter-test
Browse files Browse the repository at this point in the history
Use zaza.model.get_unit_public_address()
  • Loading branch information
ajkavanagh authored Mar 23, 2023
2 parents ef62272 + 6fec7c3 commit 6a83221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_03_snap_config(self):
self.assertEqual(
json_mysql_config,
{
"host": unit.public_address,
"host": zaza_model.get_unit_public_address(unit),
"port": 3306,
"user": "prom_exporter"
}
Expand Down

0 comments on commit 6a83221

Please sign in to comment.