MCPcopy
hub / github.com/grafana/tempo / TestGetStorageAccountKeyNotSet

Function TestGetStorageAccountKeyNotSet

tempodb/backend/azure/azure_helpers_test.go:61–66  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

59}
60
61func TestGetStorageAccountKeyNotSet(t *testing.T) {
62 cfg := Config{}
63
64 actual := getStorageAccountKey(&cfg)
65 assert.Equal(t, "", actual)
66}
67
68func TestGetContainerClient(t *testing.T) {
69 cfg := Config{

Callers

nothing calls this directly

Calls 2

getStorageAccountKeyFunction · 0.85
EqualMethod · 0.45

Tested by

no test coverage detected