Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 635fb98

Browse files
committed
upper case letters are not allowed in the prefix
1 parent 7267663 commit 635fb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackdriver_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ func TestNewSinkSetCustomPrefix(t *testing.T) {
107107
},
108108
{
109109
name: "set custom",
110-
configPrefix: sPtr("cuSt0m_metrics"),
111-
expectedPrefix: "cuSt0m_metrics",
110+
configPrefix: sPtr("cust0m_metrics"),
111+
expectedPrefix: "cust0m_metrics",
112112
},
113113
{
114114
name: "default to go-metrics/ when given prefix is invalid",

0 commit comments

Comments
 (0)