Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Sep 6, 2024
1 parent 18e5766 commit ec1b59a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/api/ticket/api_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package ticket

import (
"fmt"
"testing"

"github.com/konveyor/tackle2-hub/api"
Expand All @@ -9,6 +10,7 @@ import (
)

func TestTicketCRUD(t *testing.T) {
assert.Must(t, fmt.Errorf("THIS IS A TEST!!!"))
for _, r := range Samples {
t.Run("Ticket "+r.Kind+" CRUD", func(t *testing.T) {

Expand Down

0 comments on commit ec1b59a

Please sign in to comment.