fixing tests.
This commit is contained in:
parent
8b1587d9f9
commit
d66c63c888
|
@ -858,6 +858,7 @@ func (suite *RepositoryTestSuite) TestGetSourceSummary() {
|
||||||
authContext := context.WithValue(context.Background(), pkg.ContextKeyTypeAuthUsername, "test_username")
|
authContext := context.WithValue(context.Background(), pkg.ContextKeyTypeAuthUsername, "test_username")
|
||||||
|
|
||||||
testSourceCredential := models.SourceCredential{
|
testSourceCredential := models.SourceCredential{
|
||||||
|
Patient: uuid.New().String(),
|
||||||
ModelBase: models.ModelBase{
|
ModelBase: models.ModelBase{
|
||||||
ID: uuid.New(),
|
ID: uuid.New(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue