Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RicePatrick committed Mar 8, 2023
1 parent 8f5194d commit 77f5aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,6 @@ func TestCreateProjectApprovalRuleEligibleApprovers(t *testing.T) {
}

func TestProjectModelsOptionalMergeAttribute(t *testing.T) {

// Create a `CreateProjectOptions` struct, ensure that merge attribute doesn't serialize
jsonString, err := json.Marshal(&CreateProjectOptions{
Name: String("testProject"),
Expand All @@ -1384,5 +1383,4 @@ func TestProjectModelsOptionalMergeAttribute(t *testing.T) {
t.Fatal("Failed to marshal object", err)
}
assert.False(t, strings.Contains(string(jsonString), "only_allow_merge_if_all_status_checks_passed"))

}

0 comments on commit 77f5aac

Please sign in to comment.