Skip to content

Commit c355661

Browse files
committed
fix tests
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 1a81c6e commit c355661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controlplane/pkg/biz/project_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ func (s *projectMembersIntegrationTestSuite) TestAddNonExistingMemberToProject()
18071807

18081808
// Verify the invitation has project context
18091809
s.NotNil(foundInvitation.Context, "Invitation should have context")
1810-
s.Equal(projectID, foundInvitation.Context.ProjectIDToJoin)
1810+
s.Equal(projectID, *foundInvitation.Context.ProjectIDToJoin)
18111811
s.Equal(authz.RoleProjectViewer, foundInvitation.Context.ProjectRole)
18121812
s.Equal(authz.RoleOrgMember, foundInvitation.Role)
18131813
})

0 commit comments

Comments
 (0)