Skip to content

Commit 02f4d57

Browse files
committed
Correct typo in unit test
1 parent e955db3 commit 02f4d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tests/test_client_server/test_pass_through.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_complete(self):
304304
backup_date=datetime.now(timezone.utc),
305305
started=datetime.now(timezone.utc) - timedelta(hours=1),
306306
completed=datetime.now(timezone.utc),
307-
roots=EXAMPLE_DIR.definition,
307+
roots=EXAMPLE_DIR.children,
308308
description='Example backup',
309309
)
310310
self._run_and_check_pass_through(self.client_session.complete(), return_value=result)

0 commit comments

Comments
 (0)