Skip to content

Commit ce8effc

Browse files
committed
unit test fix
Signed-off-by: Angelo De Caro <[email protected]>
1 parent 195bb20 commit ce8effc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/common/services/logging/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func OtelSanitize() bool {
6565
var (
6666
replacersMutex sync.RWMutex
6767
replacers = map[string]string{
68-
"github.com_hyperledger-labs_fabric-smart-client_platform": "fsc",
68+
"github.com.hyperledger-labs.fabric-smart-client.platform": "fsc",
6969
}
7070
)
7171

0 commit comments

Comments
 (0)