fixing tests.

This commit is contained in:
Jason Kulatunga 2024-01-17 17:07:48 -08:00
parent 8b1587d9f9
commit d66c63c888
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
},