From d66c63c888c511063e8d967fa1d01dbc60bd1a9b Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 17 Jan 2024 17:07:48 -0800 Subject: [PATCH] fixing tests. --- backend/pkg/database/gorm_repository_test.go | 1 + 1 file changed, 1 insertion(+) 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(), },