Skip to content

Commit

Permalink
Bump faker from 32.1.0 to 33.0.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent e371d5e commit e5ca942
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tests/test_cli_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_setup_ip_not_found(

mock_ip_from_hostname.assert_called_once_with(hostname)
assert result.exit_code == 1
assert result.stdout == (
f"Could not find any host by the name '{hostname}'. Is the TV \n"
"on and connected to the network?\n"
assert (
result.stdout.replace("\n", "")
== f"Could not find any host by the name '{hostname}'. Is the TV on and connected to the network?"
)

0 comments on commit e5ca942

Please sign in to comment.