Skip to content

Commit c5290a2

Browse files
committed
Use an actual url for backpack host so storage doesnt explode
1 parent 9296438 commit c5290a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/backpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Working with the how-to library', () => {
3030
});
3131

3232
test('Backpack can be expanded with backpack host param', async () => {
33-
await loadUri(`${uri}?backpack_host=some-value`);
33+
await loadUri(`${uri}?backpack_host=https://backpack.scratch.mit.edu`);
3434

3535
// Try activating the backpack from the costumes tab to make sure it isn't pushed off
3636
await clickText('Costumes');

0 commit comments

Comments
 (0)