Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cached fido metadata jwt in resources test file #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading