chore: fixing all tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-02 16:21:49 +02:00
parent 4c689b0fae
commit 2529ec28a6
@@ -141,10 +141,7 @@ describe('createRouter', () => {
.send({
templateName: 'create-react-app-template',
values: {
storePath: 'https://github.com/backstage/backstage',
component_id: '123',
name: 'test',
use_typescript: false,
required: 'required-value',
},
});
@@ -161,10 +158,7 @@ describe('createRouter', () => {
.send({
templateName: 'create-react-app-template',
values: {
storePath: 'https://github.com/backstage/backstage',
component_id: '123',
name: 'test',
use_typescript: false,
required: 'required-value',
},
});