Skip to content

Commit

Permalink
update cached fido metadata for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cleidiano committed Dec 18, 2024
1 parent c9b3338 commit fc3d3b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@SpringBootTest
class MdsV3ServiceTest {

public static final int EXPECTED_METADATA_SIZE = 73;
public static final int EXPECTED_METADATA_SIZE = 155;
@Autowired
private MdsService mdsService;

Expand All @@ -60,7 +60,7 @@ class MdsV3ServiceTest {
void setUp() throws Exception {
ClassLoader classLoader = getClass().getClassLoader();

//This is a file that was actually downloaded from https://mds3.fidoalliance.org/ on October 28, 2022.
//This is a file that was actually downloaded from https://mds3.fidoalliance.org/ on July 31, 2024.
File file = new File(classLoader.getResource("file/test_encoded_mds_v3_bob_data_.jwt").getFile());

metadataToc = new String(Files.readAllBytes(Paths.get(file.getPath())));
Expand Down

Large diffs are not rendered by default.

0 comments on commit fc3d3b8

Please sign in to comment.