Skip to content

Commit 4f62a95

Browse files
authored
chore: Refactor Makefile
1 parent 391877c commit 4f62a95

51 files changed

Lines changed: 3548 additions & 704 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CERTInext.IntegrationTests/DraftOrderTests.cs

Lines changed: 0 additions & 157 deletions
This file was deleted.

CERTInext.IntegrationTests/IntegrationTestFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public IntegrationTestFixture()
8787
AuthMode = "AccessKey",
8888
ApiKey = AccessKey,
8989
AccountNumber = AccountNumber,
90+
GroupNumber = GroupNumber,
9091
RequestorName = string.IsNullOrWhiteSpace(RequestorName)
9192
? "Keyfactor Integration Test"
9293
: RequestorName,

0 commit comments

Comments
 (0)