We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8b4e1 commit 576c4eeCopy full SHA for 576c4ee
1 file changed
tests/test_cli_unlink.py
@@ -26,7 +26,8 @@ def test_unlink_removes_fastapicloud_dir(tmp_path: Path) -> None:
26
27
assert result.exit_code == 0
28
assert (
29
- "FastAPI Cloud configuration has been unlinked successfully! 🚀" in result.output
+ "FastAPI Cloud configuration has been unlinked successfully! 🚀"
30
+ in result.output
31
)
32
33
assert not config_dir.exists()
0 commit comments