Skip to content

Commit c6329a2

Browse files
committed
fix tests
1 parent 874f0d2 commit c6329a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/utls/context-mock.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ export function setDefaultProfile(): void {
44
contextService.setContext({
55
profile: {
66
name: "test",
7+
type: "Key",
78
team: "https://myTeam.celonis.cloud/",
89
apiToken: "YnQ3N2M0M2ItYzQ3OS00YzgyLTg0ODgtOWNkNzhiNzYwOTU2OlFkNnBpVCs0M0JBYm1ZWGlCZ2hPd245aldwWTNubFQyYVFOTFBUeHEwdUxM",
910
authenticationType: "Bearer"
1011
}
1112
});
12-
}
13+
}

0 commit comments

Comments
 (0)