Skip to content

Commit

Permalink
Fix issue with filename
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo committed Nov 1, 2024
1 parent b957ed0 commit 14e26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/udr_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Webui URL is not set then default Webui URL value is returned
func TestGetDefaultWebuiUrl(t *testing.T) {
if err := InitConfigFactory("config.example.yaml"); err != nil {
if err := InitConfigFactory("udr_config.yaml"); err != nil {
logger.CfgLog.Errorf("error in InitConfigFactory: %v", err)
}
got := UdrConfig.Configuration.WebuiUri
Expand Down

0 comments on commit 14e26b2

Please sign in to comment.