Skip to content

Commit 90b9e0a

Browse files
added newHTTPEngineWrapper in integration test
1 parent c4838e8 commit 90b9e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/util_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func createASTIntegrationTestCommand(t *testing.T) *cobra.Command {
123123
accessManagementWrapper := wrappers.NewAccessManagementHTTPWrapper(accessManagementPath)
124124
ByorWrapper := wrappers.NewByorHTTPWrapper(byorPath)
125125
containerResolverWrapper := wrappers.NewContainerResolverWrapper()
126-
engineWrapper := wrappers.EngineWrapper(enginePath)
126+
engineWrapper := wrappers.NewHTTPEngineWrapper(enginePath)
127127

128128
astCli := commands.NewAstCLI(
129129
applicationsWrapper,

0 commit comments

Comments
 (0)