mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Make Smapi responsible for turning app token into encrypted jwt (#71)
This commit is contained in:
@@ -17,7 +17,6 @@ import {
|
||||
cachingImageFetcher,
|
||||
asTrack,
|
||||
} from "../src/subsonic";
|
||||
import encryption from "../src/encryption";
|
||||
|
||||
import axios from "axios";
|
||||
jest.mock("axios");
|
||||
@@ -593,7 +592,6 @@ describe("Subsonic", () => {
|
||||
const streamClientApplication = jest.fn();
|
||||
const navidrome = new Subsonic(
|
||||
url,
|
||||
encryption("secret"),
|
||||
streamClientApplication
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user