We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4838e8 commit 90b9e0aCopy full SHA for 90b9e0a
1 file changed
test/integration/util_command.go
@@ -123,7 +123,7 @@ func createASTIntegrationTestCommand(t *testing.T) *cobra.Command {
123
accessManagementWrapper := wrappers.NewAccessManagementHTTPWrapper(accessManagementPath)
124
ByorWrapper := wrappers.NewByorHTTPWrapper(byorPath)
125
containerResolverWrapper := wrappers.NewContainerResolverWrapper()
126
- engineWrapper := wrappers.EngineWrapper(enginePath)
+ engineWrapper := wrappers.NewHTTPEngineWrapper(enginePath)
127
128
astCli := commands.NewAstCLI(
129
applicationsWrapper,
0 commit comments