Skip to content

Commit

Permalink
Rebased with ostream, changed test to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSeufert committed Dec 18, 2020
1 parent 070a66b commit 4310cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/ostream/test/ostream_log_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ TEST(OStreamLogExporter, IntegrationTest)

// Write a log to ostream exporter
opentelemetry::core::SystemTimestamp now(std::chrono::system_clock::now());
logger->Log(opentelemetry::logs::Severity::kDebug, "Hello", now);
logger->Log(opentelemetry::logs::Severity::kDebug, "", "Hello", {}, {}, {}, {}, {}, now);

// Restore cout's original streambuf
std::cout.rdbuf(original);
Expand Down

0 comments on commit 4310cfc

Please sign in to comment.