Skip to content

Commit

Permalink
Update a deprecated link in test file (#1379)
Browse files Browse the repository at this point in the history
Currently, the URL of converter between **base64** and **HEX** is out of date.
This commit intends to update this URL to the working one.

Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
  • Loading branch information
2 people authored and pavolloffay committed Feb 26, 2019
1 parent 3507cea commit adec968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/spanref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
func TestSpanRefTypeToFromJSON(t *testing.T) {
// base64(0x42, 16 bytes) == AAAAAAAAAAAAAAAAAAAAQg==
// base64(0x43, 8 bytes) == AAAAAAAAAEM=
// Verify: https://cryptii.com/base64-to-hex
// Verify: https://cryptii.com/pipes/base64-to-hex
sr := model.SpanRef{
TraceID: model.NewTraceID(0, 0x42),
SpanID: model.NewSpanID(0x43),
Expand Down

0 comments on commit adec968

Please sign in to comment.