delete repo

This commit is contained in:
Zettat123 2024-12-19 16:23:44 +08:00
parent f9a8b147f7
commit 1d339ab10e

View File

@ -159,6 +159,9 @@ jobs:
}
})
}
httpContext := NewAPITestContext(t, user2.Name, apiRepo.Name, auth_model.AccessTokenScopeWriteRepository)
doAPIDeleteRepository(httpContext)(t)
})
}
@ -269,6 +272,9 @@ jobs:
}
})
}
httpContext := NewAPITestContext(t, user2.Name, apiRepo.Name, auth_model.AccessTokenScopeWriteRepository)
doAPIDeleteRepository(httpContext)(t)
})
}