[PR #1522] [MERGED] fix: actual HTTP requests in tests #1746

Closed
opened 2026-02-26 03:32:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1522
Author: @phanan
Created: 10/9/2022
Status: Merged
Merged: 10/9/2022
Merged by: @phanan

Base: masterHead: fix/actual-http


📝 Commits (1)

  • bd85783 fix: actual HTTP requests in tests

📊 Changes

14 files changed (+47 additions, -26 deletions)

View changed files

📝 resources/assets/js/__tests__/UnitTestCase.ts (+2 -0)
📝 resources/assets/js/__tests__/setup.ts (+10 -1)
📝 resources/assets/js/components/layout/main-wrapper/MainContent.spec.ts (+1 -1)
📝 resources/assets/js/components/screens/HomeScreen.spec.ts (+5 -0)
📝 resources/assets/js/components/screens/HomeScreen.vue (+4 -0)
📝 resources/assets/js/components/song/EditSongForm.spec.ts (+1 -1)
📝 resources/assets/js/components/song/__snapshots__/EditSongForm.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/ui/AlbumArtOverlay.spec.ts (+1 -1)
📝 resources/assets/js/components/ui/AlbumArtistThumbnail.spec.ts (+2 -2)
📝 resources/assets/js/components/ui/__snapshots__/AlbumArtOverlay.spec.ts.snap (+2 -2)
📝 resources/assets/js/services/playbackService.spec.ts (+2 -1)
📝 resources/assets/js/stores/albumStore.spec.ts (+6 -6)
📝 resources/assets/js/stores/artistStore.spec.ts (+3 -3)
📝 resources/assets/js/stores/songStore.spec.ts (+7 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1522 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/9/2022 **Status:** ✅ Merged **Merged:** 10/9/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix/actual-http` --- ### 📝 Commits (1) - [`bd85783`](https://github.com/koel/koel/commit/bd85783b3c6196fedcc367447a426429834f3a73) fix: actual HTTP requests in tests ### 📊 Changes **14 files changed** (+47 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/__tests__/UnitTestCase.ts` (+2 -0) 📝 `resources/assets/js/__tests__/setup.ts` (+10 -1) 📝 `resources/assets/js/components/layout/main-wrapper/MainContent.spec.ts` (+1 -1) 📝 `resources/assets/js/components/screens/HomeScreen.spec.ts` (+5 -0) 📝 `resources/assets/js/components/screens/HomeScreen.vue` (+4 -0) 📝 `resources/assets/js/components/song/EditSongForm.spec.ts` (+1 -1) 📝 `resources/assets/js/components/song/__snapshots__/EditSongForm.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/ui/AlbumArtOverlay.spec.ts` (+1 -1) 📝 `resources/assets/js/components/ui/AlbumArtistThumbnail.spec.ts` (+2 -2) 📝 `resources/assets/js/components/ui/__snapshots__/AlbumArtOverlay.spec.ts.snap` (+2 -2) 📝 `resources/assets/js/services/playbackService.spec.ts` (+2 -1) 📝 `resources/assets/js/stores/albumStore.spec.ts` (+6 -6) 📝 `resources/assets/js/stores/artistStore.spec.ts` (+3 -3) 📝 `resources/assets/js/stores/songStore.spec.ts` (+7 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1746
No description provided.