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 Jul 31, 2024
1 parent 98614b3 commit 8a0c0fa
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 @@ -25,7 +25,7 @@
@SpringBootTest
class MdsV3MetadataHelperTest {

public static final int EXPECTED_METADATA_SIZE = 73;
public static final int EXPECTED_METADATA_SIZE = 155;
@Autowired
private MdsV3MetadataHelper mdsV3MetadataHelper;

Expand All @@ -43,7 +43,7 @@ class MdsV3MetadataHelperTest {
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 = IOUtils.toString(file.toURI(), StandardCharsets.UTF_8);
Expand Down

Large diffs are not rendered by default.

0 comments on commit 8a0c0fa

Please sign in to comment.