Fix branch names support for k8s runtime (#2020)
* fix branch names support for k8s * remove logs Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
@@ -36,6 +36,8 @@ func TestFormatName(t *testing.T) {
|
||||
{"foo.bar", "foo-bar"},
|
||||
{"Foo.Bar", "foo-bar"},
|
||||
{"go.micro.foo.bar", "go-micro-foo-bar"},
|
||||
{"go.micro.foo.bar", "go-micro-foo-bar"},
|
||||
{"foo/bar_baz", "foo-bar-baz"},
|
||||
}
|
||||
|
||||
for _, test := range testCases {
|
||||
|
Reference in New Issue
Block a user