Skip to content

Commit

Permalink
fix broken test by server change
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Dec 22, 2023
1 parent 178344d commit 2d35344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kosli/createFlow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (suite *CreateFlowCommandTestSuite) TestCreateFlowCmd() {
wantError: true,
name: "fails when name is considered invalid by the server",
cmd: "create flow foo_bar" + suite.defaultKosliArguments,
golden: "Error: Input payload validation failed: map[name:'foo_bar' does not match '^[a-zA-Z0-9\\\\-]+$']\n",
golden: "Error: Input payload validation failed: map[name:'foo_bar' does not match '^[a-zA-Z0-9\\\\-\\\\.]+$']\n",
},
{
name: "can create a flow",
Expand Down

0 comments on commit 2d35344

Please sign in to comment.