mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-06 04:34:11 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8421cb8daa |
@@ -181,7 +181,7 @@ func TestIntegrationSQL(t *testing.T) {
|
|||||||
srv := newVulnApp()
|
srv := newVulnApp()
|
||||||
defer srv.Close()
|
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 {
|
if err != nil {
|
||||||
t.Fatalf("SQL: %v", err)
|
t.Fatalf("SQL: %v", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user