Skip to content

Commit

Permalink
Merge pull request #4889 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Fixes Integration Tests
  • Loading branch information
NikCharlebois committed Jul 15, 2024
2 parents 30fd79e + c940ea1 commit f9399eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Configuration Example
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
Ensure = "Present";
Principal = "John.Smith@$TenantId";
Principal = "AdeleV@$TenantId";
RoleDefinition = "Catalog creator";
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Configuration Example
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
Ensure = "Absent";
Principal = "John.Smith@$TenantId";
Principal = "AdeleV@$TenantId";
RoleDefinition = "Catalog creator";
}
}
Expand Down

0 comments on commit f9399eb

Please sign in to comment.