mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 10:27:53 +01:00
delete repo
This commit is contained in:
parent
f9a8b147f7
commit
1d339ab10e
@ -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)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user