Add files via upload

This commit is contained in:
Eduard Prigoana 2025-01-02 01:08:58 +02:00 committed by GitHub
parent 8e53f0038d
commit f216cf05c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 29565 additions and 0 deletions

View file

View file

@ -0,0 +1,4 @@
def test_get_lastest_songs(client):
rv = client.get('/biahll/latest-song')
assert rv.status_code == 200
assert len(rv.json['track']) != None