Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Gryglicki <lgryglicki@cncf.io>
  • Loading branch information
lukaszgryglicki committed Dec 5, 2024
1 parent 22de891 commit 32c9f1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ func (t *TestBehaviour) RunUpdateApprovalListAddEmail(testData InputTestValues)
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -353,7 +352,6 @@ func (t *TestBehaviour) RunUpdateApprovalListRemoveEmail(testData InputTestValue
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -398,7 +396,6 @@ func (t *TestBehaviour) RunUpdateApprovalListAddDomain(testData InputTestValues)
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -443,7 +440,6 @@ func (t *TestBehaviour) RunUpdateApprovalListRemoveDomain(testData InputTestValu
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -488,7 +484,6 @@ func (t *TestBehaviour) RunUpdateApprovalListAddGitHubUsername(testData InputTes
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -533,7 +528,6 @@ func (t *TestBehaviour) RunUpdateApprovalListRemoveGitHubUsername(testData Input
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -578,7 +572,6 @@ func (t *TestBehaviour) RunUpdateApprovalListAddGitHubOrg(testData InputTestValu
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down Expand Up @@ -623,7 +616,6 @@ func (t *TestBehaviour) RunUpdateApprovalListRemoveGitHubOrg(testData InputTestV
ExpectJsonType("signatureType", reflect.String).
ExpectJsonType("signatureApproved", reflect.Bool).
ExpectJsonType("signatureSigned", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureCreated", reflect.String).
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("version", reflect.String).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ func (t *TestBehaviour) RunAddCLAManager() {
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("signatureSigned", reflect.Bool).
ExpectJsonType("signatureApproved", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureReferenceType", reflect.String).
ExpectJsonType("signatureReferenceID", reflect.String).
ExpectJsonType("signatureReferenceName", reflect.String).
Expand Down Expand Up @@ -541,7 +540,6 @@ func (t *TestBehaviour) RunRemoveCLAManager() {
ExpectJsonType("signatureModified", reflect.String).
ExpectJsonType("signatureSigned", reflect.Bool).
ExpectJsonType("signatureApproved", reflect.Bool).
// ExpectJsonType("signatureEmbargoAcked", reflect.Bool).
ExpectJsonType("signatureReferenceType", reflect.String).
ExpectJsonType("signatureReferenceID", reflect.String).
ExpectJsonType("signatureReferenceName", reflect.String).
Expand Down
5 changes: 0 additions & 5 deletions cla-backend-go/swagger/common/corporate-contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ properties:
type: boolean
description: the flag for contributor that has not yet been approved
x-omitempty: false
# signatureEmbargoAcked:
# type: boolean
# description: the signature embargo acknowledged flag - true or false value
# example: true
# # x-omitempty: false

0 comments on commit 32c9f1d

Please sign in to comment.