Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Oct 19, 2024
1 parent 08b84d4 commit 54d35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/custom_app_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ func TestMwsAccCustomAppIntegrationUpdate(t *testing.T) {
AccountLevel(t, Step{
Template: fmt.Sprintf(customAppIntegrationTemplate, "30"),
}, Step{
Template: fmt.Sprintf(customAppIntegrationTemplate, "60"),
Template: fmt.Sprintf(customAppIntegrationTemplate, "15"),
})
}

0 comments on commit 54d35a9

Please sign in to comment.