Skip to content

Commit 7727366

Browse files
committed
test(stovepipe): reset the request log table
1 parent 9cf12c1 commit 7727366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/stovepipe/extension/storage/mysql/storage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func resetStorage(t *testing.T, db *sql.DB) {
100100
t.Helper()
101101

102102
for _, statement := range []string{
103-
"TRUNCATE TABLE request_history",
103+
"TRUNCATE TABLE request_log",
104104
"TRUNCATE TABLE request_uri",
105105
"TRUNCATE TABLE request",
106106
"TRUNCATE TABLE build",

0 commit comments

Comments
 (0)