mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
api: include file sha1 hash in /api/list (#252)
This commit is contained in:
parent
556bc9d2be
commit
8d0e339f72
3 changed files with 10 additions and 4 deletions
|
@ -37,6 +37,7 @@ describe 'api list' do
|
|||
site_file[:is_directory].must_equal file[:is_directory]
|
||||
site_file[:size].must_equal file[:size]
|
||||
site_file[:updated_at].rfc2822.must_equal file[:updated_at]
|
||||
site_file[:sha1_hash].must_equal file[:sha1_hash]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue