Skip to content

Commit 750b94a

Browse files
committed
fix unit tests for user data auto sync service
1 parent fd202eb commit 750b94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/platform/userDataSync/test/common/userDataAutoSyncService.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ suite('UserDataAutoSyncService', () => {
164164
{ type: 'POST', url: `${target.url}/v1/resource/globalState`, headers: { 'If-Match': '0' } },
165165
// Extensions
166166
{ type: 'GET', url: `${target.url}/v1/resource/extensions/latest`, headers: {} },
167-
// Profiles
168-
{ type: 'GET', url: `${target.url}/v1/resource/profiles/latest`, headers: {} },
169167
// Prompts
170168
{ type: 'GET', url: `${target.url}/v1/resource/prompts/latest`, headers: {} },
171169
{ type: 'POST', url: `${target.url}/v1/resource/prompts`, headers: { 'If-Match': '0' } },
170+
// Profiles
171+
{ type: 'GET', url: `${target.url}/v1/resource/profiles/latest`, headers: {} },
172172
// Manifest
173173
{ type: 'GET', url: `${target.url}/v1/manifest`, headers: {} },
174174
// Machines

0 commit comments

Comments
 (0)