Skip to content

Commit

Permalink
Removed illegal characters
Browse files Browse the repository at this point in the history
Signed-off-by: cs-308-2023 <[email protected]>
  • Loading branch information
ADI-ROXX committed Jan 26, 2025
1 parent 8f2ead7 commit bfc6cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/jaeger/internal/features/display_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ func TestMain(m *testing.M) {

func TestDisplay(t *testing.T) {
featuregate.GlobalRegistry().MustRegister(
"jaeger.features-display.test-gate",
"jaeger.featuresdisplay.testgate",
featuregate.StageBeta,
featuregate.WithRegisterDescription("test-description"),
featuregate.WithRegisterReferenceURL("https://test-url.com"),
)
out := DisplayFeatures()
require.Contains(t, out, "jaeger.features-display.test-gate")
require.Contains(t, out, "jaeger.featuresdisplay.testgate")
}

0 comments on commit bfc6cac

Please sign in to comment.