diff --git a/backend/pkg/database/gorm_repository_test.go b/backend/pkg/database/gorm_repository_test.go index 663a5e07..54237f52 100644 --- a/backend/pkg/database/gorm_repository_test.go +++ b/backend/pkg/database/gorm_repository_test.go @@ -858,6 +858,7 @@ func (suite *RepositoryTestSuite) TestGetSourceSummary() { authContext := context.WithValue(context.Background(), pkg.ContextKeyTypeAuthUsername, "test_username") testSourceCredential := models.SourceCredential{ + Patient: uuid.New().String(), ModelBase: models.ModelBase{ ID: uuid.New(), },