Skip to content

Commit 61ef4b6

Browse files
committed
test(e2e): fix filtered upload path assertion
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent 2b50d95 commit 61ef4b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/rust/tests/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async fn upload_respects_gitignore_by_default() {
257257
let download_str = download_dir.to_str().expect("verify path is UTF-8");
258258

259259
guard
260-
.download("/sandbox/filtered/repo", download_str)
260+
.download("/sandbox/filtered", download_str)
261261
.await
262262
.expect("download filtered upload");
263263

0 commit comments

Comments
 (0)