We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874f0d2 commit c6329a2Copy full SHA for c6329a2
tests/utls/context-mock.ts
@@ -4,9 +4,10 @@ export function setDefaultProfile(): void {
4
contextService.setContext({
5
profile: {
6
name: "test",
7
+ type: "Key",
8
team: "https://myTeam.celonis.cloud/",
9
apiToken: "YnQ3N2M0M2ItYzQ3OS00YzgyLTg0ODgtOWNkNzhiNzYwOTU2OlFkNnBpVCs0M0JBYm1ZWGlCZ2hPd245aldwWTNubFQyYVFOTFBUeHEwdUxM",
10
authenticationType: "Bearer"
11
}
12
});
-}
13
+}
0 commit comments