Skip to content

Commit

Permalink
update functional test (canonical#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhdaze authored Jun 24, 2024
1 parent 61cce1a commit e4b0c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def test_build_and_deploy( # noqa: C901, function is too complex
assert unit.workload_status_message == AppStatus.MISSING_RELATION

for unit in ops_test.model.applications[GRAFANA_AGENT_APP_NAME].units:
messages = ["grafana-cloud-config: off", "logging-consumer: off", "send-remote-write: off"]
messages = ["Missing", "grafana-cloud-config", "logging-consumer", "send-remote-write"]
for msg in messages:
assert msg in unit.workload_status_message

Expand Down

0 comments on commit e4b0c79

Please sign in to comment.