add assigned-asset, add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rv #58
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hostsharing/hs.hsadmin.ng#58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-assigned-asset-and-more-hosting-asset-test-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add- ssigned-asset. add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rvto add assigned-asset, add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rv4134643f1a
to2848f4080c
@ -240,2 +234,3 @@
.given()
.header("current-user", "person-TuckerJack@example.com")
.header("current-user", "superuser-alex@hostsharing.net")
.header("assumend-roles", "hs_booking_project#D-1000212-D-1000212defaultproject")
assumed-roles + "admin"
@ -430,3 +407,3 @@
void globalAdmin_canDeleteArbitraryAsset() {
context.define("superuser-alex@hostsharing.net");
final var givenAsset = givenSomeTemporaryHostingAsset("2002", CLOUD_SERVER,
final var givenAsset = givenSomeTemporaryHostingAsset("2002", MANAGED_SERVER,
überprüfen
@ -449,3 +426,3 @@
void normalUser_canNotDeleteUnrelatedAsset() {
context.define("superuser-alex@hostsharing.net");
final var givenAsset = givenSomeTemporaryHostingAsset("2003", CLOUD_SERVER,
final var givenAsset = givenSomeTemporaryHostingAsset("2003", MANAGED_SERVER,
überprüfen