Skip to content

Commit

Permalink
Update gateway/gateway_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Casula <fracasula@users.noreply.github.com>
  • Loading branch information
Sidddddarth and fracasula committed May 29, 2023
1 parent 99eef52 commit 38e4f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gateway/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,6 @@ var _ = Describe("Gateway", func() {
// common tests for all web handlers
It("should accept valid requests on a single endpoint (except batch), and store to jobsdb", func() {
workspaceID := gateway.getWorkspaceForWriteKey(WriteKeyEnabled)
fmt.Println(`################## - `, workspaceID, ` - ##################`)
fmt.Println(workspaceID)
for handlerType, handler := range allHandlers(gateway) {
if !(handlerType == "batch" || handlerType == "import") {

Expand Down

0 comments on commit 38e4f69

Please sign in to comment.