X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=auth-token-fetch%2Fmain_test.go;fp=auth-token-fetch%2Fmain_test.go;h=2222bd905aa65e357db5705c4870b3916694f232;hb=f4ad7493dc6bbdca342be69a2b997196f28f5d74;hp=c575614219dae101c90043ff10af1ba1f3b83fba;hpb=1b82a8331d9b1f92687dbd25e6d28f2943c9df22;p=nonrtric.git diff --git a/auth-token-fetch/main_test.go b/auth-token-fetch/main_test.go index c5756142..2222bd90 100644 --- a/auth-token-fetch/main_test.go +++ b/auth-token-fetch/main_test.go @@ -103,6 +103,7 @@ func TestStart(t *testing.T) { configuration := NewConfig() configuration.AuthTokenOutputFileName = "/tmp/authToken" + fmt.Sprint(time.Now().UnixNano()) + configuration.CACertsPath = configuration.CertPath context := NewContext(configuration) start(context)