Skip to content

Commit

Permalink
test(pluginlist): change plugin item format
Browse files Browse the repository at this point in the history
  • Loading branch information
TT1228 committed Nov 4, 2024
1 parent f1220fa commit 48403eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/fixtures/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const plugins: FetcherRawResponse = {
name: 'basic-auth',
protocols: ['http', 'https'],
tags: ['tag1'],
ordering: {},
ordering: { 'before': { 'access': ['acl'] } },
instance_name: 'instance-1',
created_at: 1610617600,
consumer_group: { id: 'consumer-group-1' },
Expand Down

0 comments on commit 48403eb

Please sign in to comment.