mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
Former-commit-id: a42c54708297e6fed78d6fdc2b7cd5ee91c9574b
This commit is contained in:
@@ -47,7 +47,7 @@ var urls = []resource{
|
||||
|
||||
func TestSPA(t *testing.T) {
|
||||
app := newApp()
|
||||
e := httptest.New(t, app, httptest.Debug(true))
|
||||
e := httptest.New(t, app, httptest.Debug(false))
|
||||
|
||||
for _, u := range urls {
|
||||
url := u.String()
|
||||
|
||||
Reference in New Issue
Block a user