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 9d858f8 commit bc7cb68Copy full SHA for bc7cb68
1 file changed
tests/main/resume-partial-snap-downloads/task.yaml
@@ -97,7 +97,7 @@ execute: |
97
98
# Verify the fakestore received a Range header on the resumed download,
99
# confirming that snapd resumed from the partial file offset
100
- "$TESTSTOOLS"/journal-state get-log-from-cursor "$cursor" -u fakestore | MATCH "requested range for /download/$snap_file"
+ "$TESTSTOOLS"/journal-state get-log-from-cursor "$cursor" -u fakestore | MATCH "/download/$snap_file range request"
101
102
# Verify snap is installed
103
snap list test-snap-resume
0 commit comments