Skip to content

Commit

Permalink
config_test update
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Nov 20, 2024
1 parent 2a3e88a commit 473c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func createExpectedBody(access_key string, secret_key string, cfg *types.Config)
"gpu_available": false,
"interLink_available": false,
"yunikorn_enable": false,
"oidc_groups": "",
"oidc_groups": nil,
},
"minio_provider": map[string]interface{}{
"endpoint": cfg.MinIOProvider.Endpoint,
Expand Down

0 comments on commit 473c04a

Please sign in to comment.