diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index 5649a4449f69c780c61f65ff52dd77dc4f7cb4ab..5df324a9e1d036d312b154c32dfc55d39f1a5671 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -42,17 +42,17 @@ func testSetupIntegration() { api := os.Getenv("GOSDN_TEST_API_ENDPOINT") if api != "" { testAPIEndpoint = api - log.Infof("GOSDN_TEST_API_ENDPOINT set to %v", testAddress) + log.Infof("GOSDN_TEST_API_ENDPOINT set to %v", testAPIEndpoint) } u := os.Getenv("GOSDN_TEST_USER") if u != "" { testUsername = u - log.Infof("GOSDN_TEST_USER set to %v", testAddress) + log.Infof("GOSDN_TEST_USER set to %v", testUsername) } p := os.Getenv("GOSDN_TEST_PASSWORD") if p != "" { testPassword = p - log.Infof("GOSDN_TEST_PASSWORD set to %v", testAddress) + log.Infof("GOSDN_TEST_PASSWORD set to %v", testPassword) } gnmiMessages = map[string]pb.Message{