Skip to content

Commit 5f722eb

Browse files
committed
Remove hyphen
1 parent 347285f commit 5f722eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/step_definitions/request_steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Given('a valid "appKeyAuth" key in the system', function (this: World) {
2727

2828
Given("an instance of {string} API", function (this: World, apiName: string) {
2929
// TODO add support for DEBUG=true when supported in configuration
30-
this.apiName = apiName;
30+
this.apiName = apiName.replace("-", "");
3131
});
3232

3333
Given(

0 commit comments

Comments
 (0)