Skip to content

Commit e43b7ef

Browse files
timsehnfulghum
andauthored
Update server/handler_test.go
Co-authored-by: Jason Fulghum <[email protected]>
1 parent 93441f9 commit e43b7ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/handler_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,12 +1918,6 @@ func TestStatusVariableComUpdate(t *testing.T) {
19181918
checkSessionStatVar(t, sess2, "Com_update", uint64(3))
19191919
}
19201920

1921-
// TestQueryTimeLogField tests that the QueryTimeLogKey constant is properly defined
1922-
func TestQueryTimeLogField(t *testing.T) {
1923-
// Test that the constant is defined and has the expected value
1924-
require.Equal(t, "queryTime", sql.QueryTimeLogKey, "QueryTimeLogKey should be 'queryTime'")
1925-
}
1926-
19271921
// TestLoggerFieldsSetup tests that handler properly sets up logger fields including query time
19281922
func TestLoggerFieldsSetup(t *testing.T) {
19291923
e, pro := setupMemDB(require.New(t))

0 commit comments

Comments
 (0)