Skip to content

Commit c555a47

Browse files
committed
u
1 parent 45ed050 commit c555a47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

enterprise/coderd/coderdenttest/swagger_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,18 @@ import (
55

66
"github.com/stretchr/testify/require"
77

8-
"fmt"
9-
108
"github.com/coder/coder/v2/coderd/coderdtest"
119
"github.com/coder/coder/v2/enterprise/coderd/coderdenttest"
1210
)
1311

1412
func TestEnterpriseEndpointsDocumented(t *testing.T) {
1513
t.Parallel()
1614

17-
fmt.Println("wtf")
1815
swaggerComments, err := coderdtest.ParseSwaggerComments("..", "../../../coderd")
1916
require.NoError(t, err, "can't parse swagger comments")
2017
require.NotEmpty(t, swaggerComments, "swagger comments must be present")
21-
fmt.Println("wtf2")
2218

2319
//nolint: dogsled
2420
_, _, api, _ := coderdenttest.NewWithAPI(t, nil)
25-
fmt.Println("wtf3")
2621
coderdtest.VerifySwaggerDefinitions(t, api.AGPL.APIHandler, swaggerComments)
27-
fmt.Println("wtf4")
2822
}

0 commit comments

Comments
 (0)