We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e955db3 commit 02f4d57Copy full SHA for 02f4d57
source/tests/test_client_server/test_pass_through.py
@@ -304,7 +304,7 @@ def test_complete(self):
304
backup_date=datetime.now(timezone.utc),
305
started=datetime.now(timezone.utc) - timedelta(hours=1),
306
completed=datetime.now(timezone.utc),
307
- roots=EXAMPLE_DIR.definition,
+ roots=EXAMPLE_DIR.children,
308
description='Example backup',
309
)
310
self._run_and_check_pass_through(self.client_session.complete(), return_value=result)
0 commit comments