Skip to content

Commit bc074ba

Browse files
committed
Add server image test TODO
1 parent 88e8909 commit bc074ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/server/src/workspace/gitpod-server-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,7 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
25102510
const user = await this.checkAndBlockUser("updateOrgSettings");
25112511
traceAPIParams(ctx, { orgId, userId: user.id });
25122512
await this.guardTeamOperation(orgId, "update");
2513+
// TODO: call ImageBuilder ResolveBaseImage to dry test if we can access this image
25132514
return this.organizationService.updateSettings(user.id, orgId, settings);
25142515
}
25152516

0 commit comments

Comments
 (0)