mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Use axios params on GET rather than string concat
This commit is contained in:
@@ -22,7 +22,7 @@ describe("InMemoryMusicService", () => {
|
||||
expect(musicLibrary).toBeDefined();
|
||||
});
|
||||
|
||||
it.only("should fail with an exception if an invalid token is used", async () => {
|
||||
it("should fail with an exception if an invalid token is used", async () => {
|
||||
const credentials = { username: "bob", password: "smith" };
|
||||
|
||||
service.hasUser(credentials);
|
||||
|
||||
Reference in New Issue
Block a user