GcpObservabilityTest: Cleanup (#31023)

pull/31054/head
Yash Tibrewal 3 years ago committed by GitHub
parent 0fb74d3dd4
commit 6098202c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      test/cpp/ext/gcp/observability_test.cc

@ -19,6 +19,7 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "src/core/lib/config/core_configuration.h"
#include "test/core/util/test_config.h"
namespace {
@ -30,6 +31,8 @@ TEST(GcpObservabilityTest, RegistrationTest) {
"Environment variables GRPC_OBSERVABILITY_CONFIG_FILE or "
"GRPC_OBSERVABILITY_CONFIG "
"not defined"));
grpc_core::CoreConfiguration::Reset();
}
} // namespace

Loading…
Cancel
Save