Skip to content

Commit

Permalink
fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 18, 2024
1 parent 5fc8554 commit 7e0205b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/pkg/database/gorm_repository_graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7e0205b

Please sign in to comment.