Skip to content

Commit

Permalink
fix(mirage): fix recording metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Aug 22, 2023
1 parent 90d928a commit 3ab6fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mirage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const startMirage = ({ environment = 'development' } = {}) => {
labels: {
...(attrs.labels || {}),
'template.type': 'TARGET',
'template.name': 'Demo Template',
'template.name': 'Demo_Template',
},
},
});
Expand Down

0 comments on commit 3ab6fa2

Please sign in to comment.