Skip to content

Commit

Permalink
fixup! Unit tests for get_replication_status
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewallace1979 committed Nov 27, 2023
1 parent 7c2e889 commit 9f59d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ def test_replication_status(self, replication_status_mock, monkeypatch, capsys):
# without wal_streaming
("backup-host", False),
# If the source is "wal-host" then we expect the server was fetched
# with wal-streaming
# with wal_streaming
("wal-host", True),
),
)
Expand Down

0 comments on commit 9f59d5f

Please sign in to comment.