Skip to content

Commit 8f35eac

Browse files
authored
Merge pull request scratchfoundation#4726 from LLK/greenkeeper/scratch-storage-1.3.1
chore(package): update scratch-storage to version 1.3.1
2 parents 57ede34 + c5290a2 commit 8f35eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"scratch-l10n": "3.1.20190410143750",
110110
"scratch-paint": "0.2.0-prerelease.20190318170811",
111111
"scratch-render": "0.1.0-prerelease.20190326161919",
112-
"scratch-storage": "1.2.2",
112+
"scratch-storage": "1.3.1",
113113
"scratch-svg-renderer": "0.2.0-prerelease.20190329052730",
114114
"scratch-vm": "0.2.0-prerelease.20190410143927",
115115
"selenium-webdriver": "3.6.0",

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)