Fix site archived download test
This commit is contained in:
parent
b60e6a7d85
commit
3d0a20452f
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
- Bigfile info for non-existing files
|
||||
|
||||
|
||||
|
||||
## ZeroNet 0.6.1 (2018-01-25)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -94,6 +94,7 @@ class TestSiteDownload:
|
|||
# Push archived update
|
||||
assert not "archived" in site_temp.content_manager.contents["data/users/content.json"]["user_contents"]
|
||||
site.publish()
|
||||
time.sleep(0.1)
|
||||
site_temp.download(blind_includes=True).join(timeout=5) # Wait for download
|
||||
|
||||
# The archived content should disappear from remote client
|
||||
|
|
Loading…
Reference in a new issue