Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f1b8b2d

Browse files
committed
fixed test assertions in VaaS contacts test
1 parent 7e7e91e commit f1b8b2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/venafi/vcert/sdk/connectors/cloud/CloudTestUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static String getRandomZone() {
1414

1515
public static PolicySpecification getPolicySpecification() {
1616
PolicySpecification policySpecification = PolicySpecification.builder()
17+
.users(new String[]{"jenkins@opensource.qa.venafi.io"})
1718
.policy( Policy.builder()
1819
.domains(new String[]{"venafi.com","kwan.com"})
1920
.maxValidDays(120)

0 commit comments

Comments
 (0)