mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore/frontend] Use smaller webp images for logo and default avatars (#3119)
This commit is contained in:
@@ -119,7 +119,7 @@ func (suite *AccountProfileTestSuite) TestDeleteHeader() {
|
||||
http.StatusOK,
|
||||
)
|
||||
if suite.NoError(err) {
|
||||
suite.Equal("http://localhost:8080/assets/default_header.png", account.Header)
|
||||
suite.Equal("http://localhost:8080/assets/default_header.webp", account.Header)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@ func (suite *AccountProfileTestSuite) TestDeleteNonexistentHeader() {
|
||||
http.StatusOK,
|
||||
)
|
||||
if suite.NoError(err) {
|
||||
suite.Equal("http://localhost:8080/assets/default_header.png", account.Header)
|
||||
suite.Equal("http://localhost:8080/assets/default_header.webp", account.Header)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user