Skip to content

Commit

Permalink
Add info why the webform url is failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 22, 2024
1 parent a1e9567 commit aa358f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/es/estest/default_mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ func (suite *DefaultModTestSuite) TestInputStepWithDefaultNotifier() {

assert.NotNil(stepExecution)
assert.Equal("starting", stepExecution.Status)
assert.True(strings.HasPrefix(stepExecution.Input["webform_url"].(string), "http://localhost:7103/webform/input/"))

assert.True(strings.HasPrefix(stepExecution.Input["webform_url"].(string), "http://localhost:7103/webform/input/"), "webform_url should start with http://localhost:7103/webform/input/ but "+stepExecution.Input["webform_url"].(string))
}

func (suite *DefaultModTestSuite) TestInputStepOptionResolution() {
Expand Down

0 comments on commit aa358f8

Please sign in to comment.