Skip to content

Commit

Permalink
fixed url error
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Aug 20, 2019
1 parent 83e572f commit 5b9bfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/music_url.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('测试获取歌曲是否正常', () => {
br: 999000
}

request.get({url: `${host}/music/url`, qs: qs}, (err, res, body) => {
request.get({url: `${host}/song/url`, qs: qs}, (err, res, body) => {
if (!err && res.statusCode == 200) {
body = JSON.parse(body)
assert(!!body.data[0].url)
Expand Down

0 comments on commit 5b9bfd7

Please sign in to comment.