Skip to content

Commit 25816a5

Browse files
author
Edward Marzal
committed
resolved comments
1 parent 0ac4442 commit 25816a5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/utils/prehelpers.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ export const createApp = async (authToken: string) => {
5151
data: {
5252
name: `Json editor App ${Math.floor(Math.random() * 1000)}`,
5353
target_type: "stack",
54-
oauth: {
55-
redirect_uri: "http://localhost:3000/oauth-callback",
56-
" user_token_config": {
57-
enabled: true,
58-
allow_pkce: true,
59-
},
60-
},
6154
},
6255
};
6356
try {
@@ -81,7 +74,7 @@ export const updateApp = async (authToken: string, appId: string) => {
8174
ui_location: {
8275
locations: [
8376
{
84-
type: "cs.cm.stack.dashboard",
77+
type: "cs.cm.stack.field_extension",
8578
meta: [
8679
{
8780
name: `Json editor app ${Math.floor(Math.random() * 1000)}`,

0 commit comments

Comments
 (0)