Skip to content

Commit

Permalink
Updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Apr 25, 2023
1 parent c52bb41 commit e7c0319
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
meta: {
title: 'my title',
},
managed: false,
},
],
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
title: 'new title!',
},
overwrite: true,
managed: false,
},
],
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,15 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
title: 'I am hidden from http apis but the client can still see me',
},
type: 'test-hidden-from-http-apis-importable-exportable',
managed: false,
},
{
id: 'not-hidden-from-http-apis-import1',
meta: {
title: 'I am not hidden from http apis',
},
type: 'test-not-hidden-from-http-apis-importable-exportable',
managed: false,
},
],
warnings: [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
title: 'Saved object type that is not visible in management',
},
type: 'test-not-visible-in-management',
managed: false,
},
],
warnings: [],
Expand Down

0 comments on commit e7c0319

Please sign in to comment.