We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acd4d4 commit 76f7c68Copy full SHA for 76f7c68
1 file changed
internal/cmd/build/main.go
@@ -112,9 +112,6 @@ func (b *builder) integrationTest() error {
112
// Start dev server if wanted
113
if *devServerFlag {
114
devServer, err := testsuite.StartDevServer(context.Background(), testsuite.DevServerOptions{
115
- CachedDownload: testsuite.CachedDownload{
116
- Version: "v1.3.1-nexus-links.0",
117
- },
118
ClientOptions: &client.Options{
119
HostPort: "127.0.0.1:7233",
120
Namespace: "integration-test-namespace",
0 commit comments