Skip to content

Commit a4953a9

Browse files
authored
Refactor ProxyURL integration tests (#4813)
1 parent e401afe commit a4953a9

File tree

2 files changed

+380
-397
lines changed

2 files changed

+380
-397
lines changed

internal/pkg/remote/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// Config is the configuration for the client.
1515
type Config struct {
16-
Protocol Protocol `config:"protocol" yaml:"protocol"`
16+
Protocol Protocol `config:"protocol" yaml:"protocol,omitempty"`
1717
SpaceID string `config:"space.id" yaml:"space.id,omitempty"`
1818
Path string `config:"path" yaml:"path,omitempty"`
1919
Host string `config:"host" yaml:"host,omitempty"`

0 commit comments

Comments
 (0)