fixing tests.

This commit is contained in:
Jason Kulatunga 2024-01-17 17:45:28 -08:00
parent 5fc8554028
commit 7e0205b538
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func (suite *RepositoryGraphTestSuite) TestGetFlattenedResourceGraph() {
ID: uuid.New(),
},
UserID: userModel.ID,
Patient: uuid.New().String(),
PlatformType: sourcePkg.PlatformTypeManual,
}
err = dbRepo.CreateSource(authContext, &testSourceCredential)
@ -148,6 +149,7 @@ func (suite *RepositoryGraphTestSuite) TestGetFlattenedResourceGraph_NDJson() {
ID: uuid.New(),
},
UserID: userModel.ID,
Patient: uuid.New().String(),
PlatformType: sourcePkg.PlatformTypeManual,
}
err = dbRepo.CreateSource(authContext, &testSourceCredential)