mirror of
https://github.com/lunchcat/sif.git
synced 2026-06-26 16:33:58 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8421cb8daa |
@@ -181,7 +181,7 @@ func TestIntegrationSQL(t *testing.T) {
|
||||
srv := newVulnApp()
|
||||
defer srv.Close()
|
||||
|
||||
result, err := SQL(srv.URL, 5*time.Second, 5, "")
|
||||
result, err := SQL(srv.URL, 5*time.Second, 5, "", false)
|
||||
if err != nil {
|
||||
t.Fatalf("SQL: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user