Skip to content

Commit

Permalink
tests: adjust unit tests for composite roles
Browse files Browse the repository at this point in the history
Refs: #718
  • Loading branch information
Phil91 committed May 8, 2024
1 parent 8ac3c8b commit fa36f50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task CompanyRoleCollectionRolesView_GetAll_ReturnsExpected()

// Act
var result = await sut.CompanyRoleCollectionRolesView.ToListAsync().ConfigureAwait(false);
result.Should().HaveCount(26);
result.Should().HaveCount(46);
}

[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,9 @@
"app_id": "ac1cf001-7fbc-1f2f-817f-bce05744000b",
"iam_client_id": "cf207afb-d213-4c33-becc-0cabeef174a7"
},
{
"id": "e080bb4b-567b-477e-adcf-080efc457d38",
"app_id": "9ef01c20-6d9d-41ef-b336-fa64e1e2e4c2",
"iam_client_id": "f032a034-d035-11ec-9d64-0242ac120002"
},
{
"id": "b161d570-f6ff-45b4-a077-243f72487af6",
"app_id": "ac1cf001-7fbc-1f2f-817f-bce0572c0007",
"iam_client_id": "f032a042-d035-11ec-9d64-0242ac120002"
},
{
"id": "1ef3a9b0-e8ef-48cc-9b88-65bacd6f05fb",
"app_id": "0ffcb416-1101-4ba6-8d4a-a9dfa31745a4",
"iam_client_id": "f032a049-d035-11ec-9d64-0242ac120002"
}
]

0 comments on commit fa36f50

Please sign in to comment.