add assigned-asset, add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rv #58

Merged
hsh-michaelhoennig merged 8 commits from add-assigned-asset-and-more-hosting-asset-test-data into master 2024-06-06 13:46:15 +02:00
No description provided.
hsh-michaelhoennig added 5 commits 2024-06-06 08:38:23 +02:00
hsh-michaelhoennig changed title from add- ssigned-asset. add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rv to add assigned-asset, add more hosting-asset test-data and introduce HsBookingDebitor+hs_booking_debitor_rv 2024-06-06 08:40:37 +02:00
hsh-michaelhoennig added 1 commit 2024-06-06 08:50:46 +02:00
hsh-michaelhoennig force-pushed add-assigned-asset-and-more-hosting-asset-test-data from 4134643f1a to 2848f4080c 2024-06-06 08:56:36 +02:00 Compare
hsh-michaelhoennig added 1 commit 2024-06-06 09:40:07 +02:00
hsh-marcsandlus reviewed 2024-06-06 10:31:11 +02:00
@ -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"

assumed-roles + "admin"
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-06-06 10:39:15 +02:00
@ -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

überprüfen
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-06-06 10:39:28 +02:00
@ -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

überprüfen
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-06-06 10:45:27 +02:00
hsh-michaelhoennig added 1 commit 2024-06-06 13:45:38 +02:00
hsh-michaelhoennig merged commit fc2b437a55 into master 2024-06-06 13:46:15 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#58
No description provided.