Skip to content

Commit

Permalink
fmt + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Nov 22, 2023
1 parent d028d52 commit d1590e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ async def test_waits_for_config_server(ops_test: OpsTest) -> None:
),

config_server_unit = ops_test.model.applications[MONGOS_APP_NAME].units[0]
assert config_server_unit.workload_status_message == "Missing relation to config-server."
assert (
config_server_unit.workload_status_message
== "Missing relation to config-server."
)

0 comments on commit d1590e8

Please sign in to comment.