everything working again after cleanup
This commit is contained in:
@@ -106,9 +106,9 @@ except Exception as e:
|
||||
timeout=30,
|
||||
)
|
||||
output = result.stdout.strip()
|
||||
assert output.startswith("ERROR:") and expected_error in output, ( # noqa: PT018
|
||||
f"Expected error '{expected_error}' but got: {output}"
|
||||
)
|
||||
assert (
|
||||
output.startswith("ERROR:") and expected_error in output
|
||||
), f"Expected error '{expected_error}' but got: {output}"
|
||||
|
||||
|
||||
def test_config_missing_discord_token() -> None:
|
||||
|
||||
Reference in New Issue
Block a user