Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
archmagece committed Jul 19, 2024
1 parent fa81a12 commit c239ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/yaml_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ func TestReadYaml(t *testing.T) {
Server map[string]interface{} `yaml:"server"`
}
cfg.Server = map[string]interface{}{}
ReadYaml("proxy-maven.yaml", cfg)
ReadYaml("../conf/proxy-maven.yaml", cfg)
fmt.Println(cfg)
}

0 comments on commit c239ee8

Please sign in to comment.