Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag committed Jan 25, 2021
1 parent 734bed0 commit dfeea3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/azure/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ func TestGetUserGroups(t *testing.T) {
{
objectID: "",
userType: models.NormalUserType,
expectedErrContains: "unexpected status 404 with response:",
expectedErrContains: "unexpected status 404 with OData error: Request_ResourceNotFound:",
},
{
objectID: "",
userType: models.ServicePrincipalUserType,
expectedErrContains: "unexpected status 400 with response:",
expectedErrContains: "unexpected status 400 with OData error: Request_BadRequest:",
},
}

Expand Down

0 comments on commit dfeea3c

Please sign in to comment.