Skip to content

Commit

Permalink
undo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed May 30, 2024
1 parent c936e11 commit dc27428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testGet1() {
.then().statusCode(200)
.body("id", is("device1"))
.body("name", is("Computer 1"))
.body("userPrivateKeys", is("jwe.jwe.jwe.user1.device1"));
.body("userPrivateKey", is("jwe.jwe.jwe.user1.device1"));
}

@Test
Expand Down

0 comments on commit dc27428

Please sign in to comment.