mirror of
https://github.com/kataras/iris.git
synced 2026-01-26 13:25:56 +00:00
formatting
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
This commit is contained in:
@@ -26,5 +26,4 @@ func TestSubdomainRedirectWWW(t *testing.T) {
|
||||
for _, test := range tests {
|
||||
e.GET(test.path).Expect().Status(httptest.StatusOK).Body().Equal(test.response)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -54,5 +54,4 @@ func TestSubdomainWWW(t *testing.T) {
|
||||
Status(httptest.StatusOK).
|
||||
Body().Equal(test.response())
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user