fix: add valid test identified by linter
This commit is contained in:
parent
046116656b
commit
ae6a20e4d9
2 changed files with 12 additions and 3 deletions
|
@ -280,6 +280,15 @@ func TestNormalizeNamespaceName(t *testing.T) {
|
|||
want: "foo.bar",
|
||||
wantErr: false,
|
||||
},
|
||||
{
|
||||
name: "strip enabled no email passed as argument",
|
||||
args: args{
|
||||
name: "not-email-and-strip-enabled",
|
||||
stripEmailDomain: true,
|
||||
},
|
||||
want: "not-email-and-strip-enabled",
|
||||
wantErr: false,
|
||||
},
|
||||
{
|
||||
name: "normalize complex email",
|
||||
args: args{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue