File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ environments:
6060 assert .Equal (t , "testEnvironment" , config .Environments [0 ].Name )
6161 assert .Equal (t , "testCertData" , config .Environments [0 ].CertificateAuthData )
6262 assert .Equal (t , "testProduct" , config .Environments [0 ].Products [0 ].Name )
63- //assert.Equal(t, testEndpoint, config.Environments[0].Products[0].Endpoint)
64- //assert.True(t, config.Environments[0].Products[0].SkipTLSVerify)
6563}
6664
6765func TestDefaultLoadedConfigFileName (t * testing.T ) {
@@ -72,7 +70,7 @@ func TestDefaultLoadedConfigFileName(t *testing.T) {
7270 assert .Contains (t , fileName , "config" )
7371}
7472
75- func TestReadProfilesFromFile_ValidConfig (t * testing.T ) {
73+ func TestReadProfilesFromConfigFile (t * testing.T ) {
7674 tempFile , err := os .CreateTemp ("" , "config.yaml" )
7775 assert .NoError (t , err )
7876 defer os .Remove (tempFile .Name ())
You can’t perform that action at this time.
0 commit comments