Skip to content

Commit

Permalink
addressed review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: talip <Praneeth.Talishetti@in.pega.com>
  • Loading branch information
be-a-bee committed Oct 19, 2023
1 parent 65f30a7 commit a0badb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion test/e2e/distributedtracing/distributedtracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func TestServerSpanAndTraceIdInDecisionLog(t *testing.T) {
var found bool

for _, entry = range consoleLogger.Entries() {
t.Log(entry.Message)
//t.Log(entry.Message)
if entry.Message == "Decision Log" {
found = true
}
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ func TestAuthzServerWithWithOpts(module string, path string, addr string, opts .
}
m.Register(plugin.PluginName, internal.New(m, cfg))

//services := []string{"s1", "s3"}

m.Register("test_plugin", &testPlugin{})
config, err := logs.ParseConfig([]byte(`{"plugin": "test_plugin"}`), nil, []string{"test_plugin"})
//config, err := logs.ParseConfig([]byte(`{"plugin": "test_plugin", "console": "true",
//"decision_logs": {"console": "true", "service": "s1"}}`), services, []string{"test_plugin"})

if err != nil {
return nil, err
Expand Down

0 comments on commit a0badb7

Please sign in to comment.