Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Apr 6, 2024
1 parent d778f35 commit b003737
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/routers/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ func TestMain(t *testing.T) {
time.Sleep(1 * time.Second)

// Run router tests ---------------------------------
t.Run("Test_AddWebhookConfig", testAddWebhookConfig)
t.Run("Test_getWebhookConfig", testGetWebhookConfigById)
os.Exit(0)
// t.Run("Test_AddWebhookConfig", testAddWebhookConfig)
// t.Run("Test_getWebhookConfig", testGetWebhookConfigById)
testAddWebhookConfig(t)
testGetWebhookConfigById(t)
}

func cleanDb(assert *assert.Assertions) {
Expand Down

0 comments on commit b003737

Please sign in to comment.