Skip to content

Commit

Permalink
ARCO-53: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Aug 30, 2024
1 parent 46181c5 commit 1b118eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/submit_single_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,6 @@ func TestScriptValidation(t *testing.T) {
"X-SkipTxValidation": strconv.FormatBool(tc.skipTxValidation),
}, tc.expectedStatusCode)

fmt.Println(resp)
fmt.Println(resp.Status)

require.Equal(t, resp.Status, tc.expectedStatusCode)
}
}

0 comments on commit 1b118eb

Please sign in to comment.