test: fixed wong test
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 11m39s
All checks were successful
Gitea Build Check / Build (pull_request) Successful in 11m39s
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
9eb9d7254e
commit
e493fead8d
@ -2086,15 +2086,6 @@ func Test_postgresqlConnection_CreateTagAlias(t *testing.T) {
|
|||||||
},
|
},
|
||||||
wantErr: true,
|
wantErr: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Test 5: Duplicate tagID",
|
|
||||||
args: args{
|
|
||||||
ctx: ctx,
|
|
||||||
tagAliasName: validTagAliasName01,
|
|
||||||
tagID: validTagID,
|
|
||||||
},
|
|
||||||
wantErr: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Test 6: Invalide tagID",
|
name: "Test 6: Invalide tagID",
|
||||||
args: args{
|
args: args{
|
||||||
|
Reference in New Issue
Block a user