Skip to content

Commit

Permalink
Fix test main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Nov 20, 2023
1 parent 182e3fb commit 8ffeb58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/relayproxy/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestParseConfig_fileFromPflag(t *testing.T) {
Host: "localhost",
Retriever: &config.RetrieverConf{
Kind: "http",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml",
},
Exporter: &config.ExporterConf{
Kind: "log",
Expand All @@ -55,7 +55,7 @@ func TestParseConfig_fileFromPflag(t *testing.T) {
Host: "localhost",
Retriever: &config.RetrieverConf{
Kind: "http",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml",
},
Exporter: &config.ExporterConf{
Kind: "log",
Expand Down Expand Up @@ -87,7 +87,7 @@ func TestParseConfig_fileFromPflag(t *testing.T) {
Host: "localhost",
Retriever: &config.RetrieverConf{
Kind: "http",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml",
},
Exporter: &config.ExporterConf{
Kind: "log",
Expand All @@ -113,7 +113,7 @@ func TestParseConfig_fileFromPflag(t *testing.T) {
Host: "localhost",
Retriever: &config.RetrieverConf{
Kind: "http",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml",
},
Exporter: &config.ExporterConf{
Kind: "log",
Expand Down Expand Up @@ -183,7 +183,7 @@ func TestParseConfig_fileFromFolder(t *testing.T) {
Host: "localhost",
Retriever: &config.RetrieverConf{
Kind: "http",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml",
URL: "https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml",
},
Exporter: &config.ExporterConf{
Kind: "log",
Expand Down

0 comments on commit 8ffeb58

Please sign in to comment.