From 4daf4acd7627adf045c0803b5c6974f4f4300936 Mon Sep 17 00:00:00 2001 From: Niels Robin-Aubertin Date: Thu, 30 Nov 2023 15:55:02 -0500 Subject: [PATCH] Fix typo --- tests/integration/test_charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 9dcae5a2..05bd0130 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -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