develop/batch-jobs #13
@ -2086,15 +2086,6 @@ func Test_postgresqlConnection_CreateTagAlias(t *testing.T) {
|
||||
},
|
||||
wantErr: true,
|
||||
},
|
||||
{
|
||||
name: "Test 5: Duplicate tagID",
|
||||
args: args{
|
||||
ctx: ctx,
|
||||
tagAliasName: validTagAliasName01,
|
||||
tagID: validTagID,
|
||||
},
|
||||
wantErr: true,
|
||||
},
|
||||
{
|
||||
name: "Test 6: Invalide tagID",
|
||||
args: args{
|
||||
|
Reference in New Issue
Block a user