cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2021.10.4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

edgediscovery/protocol_test.go

12lines · modepreview

package edgediscovery

import (
	"testing"

	"github.com/stretchr/testify/assert"
)

func TestProtocolPercentage(t *testing.T) {
	_, err := ProtocolPercentage()
	assert.NoError(t, err)
}