Skip to content

Commit 576c4ee

Browse files
committed
Lint
1 parent 9b8b4e1 commit 576c4ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_cli_unlink.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def test_unlink_removes_fastapicloud_dir(tmp_path: Path) -> None:
2626

2727
assert result.exit_code == 0
2828
assert (
29-
"FastAPI Cloud configuration has been unlinked successfully! 🚀" in result.output
29+
"FastAPI Cloud configuration has been unlinked successfully! 🚀"
30+
in result.output
3031
)
3132

3233
assert not config_dir.exists()

0 commit comments

Comments
 (0)