Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin committed Nov 30, 2023
1 parent e9276bd commit 4daf4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def test_s3_conf(app: Application, localstack_address: str, model: Model):
f'echo "{s3_conf["ip_address"]} {s3_conf["bucket"]}.s3.{s3_conf["domain"]}" >> /etc/hosts'
)
await action.wait()
assert action.results.get("return-ode") == 0, "Can't inject S3 IP in Discourse hosts"
assert action.results.get("return-code") == 0, "Can't inject S3 IP in Discourse hosts"

logger.info("Injected bucket subdomain in hosts, configuring settings for discourse")
# Application does actually have attribute set_config
Expand Down

0 comments on commit 4daf4ac

Please sign in to comment.