mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-10 23:15:37 +08:00
tests: Fix dump test based on version file content
This commit is contained in:
parent
05f8695736
commit
b8bbf585b3
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def test_npbackup_cli_dump():
|
|||
print("DUMPED FILE", DUMP_FILE)
|
||||
print(logs)
|
||||
assert '__intname__ = "npbackup"' in str(logs), "version file seems bogus"
|
||||
assert 'version_string = f"{__intname__}' in str(
|
||||
assert '"pv": sys.version_info,' in str(
|
||||
logs
|
||||
), "Version file still seems bogus"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue