mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-09 12:56:12 +10:00
Fix failing test
This commit is contained in:
@@ -33,6 +33,7 @@ import com.navercorp.pinpoint.bootstrap.context.TraceType;
|
||||
public class MockTraceContext implements TraceContext {
|
||||
|
||||
private Trace trace;
|
||||
private final ProfilerConfig config = new ProfilerConfig();
|
||||
|
||||
public void setTrace(Trace trace) {
|
||||
this.trace = trace;
|
||||
@@ -126,7 +127,7 @@ public class MockTraceContext implements TraceContext {
|
||||
|
||||
@Override
|
||||
public ProfilerConfig getProfilerConfig() {
|
||||
return null;
|
||||
return config;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user