Skip to content

Commit 79fd8ef

Browse files
Fix typo
1 parent d9c072c commit 79fd8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_integrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def get_data_integrator_credentials(ops_test: OpsTest) -> typing.Dict:
3535
action = await data_integrator_unit.run_action(action_name="get-credentials")
3636
result = await action.wait()
3737
if juju_.has_secrets:
38-
assert result.results["return-ode"] == 0
38+
assert result.results["return-code"] == 0
3939
else:
4040
assert result.results["Code"] == 0
4141
assert result.results["ok"] == "True"

0 commit comments

Comments
 (0)