Skip to content

Commit

Permalink
fix find offer test
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jul 17, 2024
1 parent 1dffd2a commit bc94895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/db/applicationoffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (s *dbSuite) TestFindApplicationOffers(c *qt.C) {
Name: "offer-1",
ModelID: env.model.ID,
ApplicationName: "app-1",
URL: "url-1",
ApplicationDescription: "this is a test application description",
Endpoints: []dbmodel.ApplicationOfferRemoteEndpoint{{
Name: "test-endpoint-1",
Expand All @@ -249,6 +250,7 @@ func (s *dbSuite) TestFindApplicationOffers(c *qt.C) {
UUID: "00000000-0000-0000-0000-000000000002",
Name: "offer-2",
ModelID: env.model.ID,
URL: "url-2",
ApplicationName: "app-1",
ApplicationDescription: "this is another test offer",
Endpoints: []dbmodel.ApplicationOfferRemoteEndpoint{{
Expand All @@ -264,6 +266,7 @@ func (s *dbSuite) TestFindApplicationOffers(c *qt.C) {
UUID: "00000000-0000-0000-0000-000000000003",
Name: "test-3",
ModelID: env.model.ID,
URL: "url-3",
ApplicationName: "app-1",
ApplicationDescription: "this is yet another application offer",
Endpoints: []dbmodel.ApplicationOfferRemoteEndpoint{{
Expand Down

0 comments on commit bc94895

Please sign in to comment.