-
Notifications
You must be signed in to change notification settings - Fork 34
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
Determine the fate of the proof key tests #22
Comments
Should be disabled for now, it is irritating that those tests fail even if implemented correctly. |
👍 That's what I did in my working copy to be able to pass those tests. Most of the necessary code is already there, it just needs a key. |
I'd like to emphasize how important it is to be able to run these tests locally. We can't use the test WOPI environment to debug on the local machine, so being able to use wopi-validator-core is extremely helpful. There's very little work needed to make the proof key tests work; I can send a PR if you like. |
PRs are welcome. |
@tylerbutler did you see my PR (#86)? I didn't receive any feedback |
@thomaslevesque @tylerbutler Also, maybe we can have a small update in Readme to describe how to run proof key tests? |
@tylerbutler @thomaslevesque , there hasn't been an update on this in quite a while. Are there plans to merge this? Working tests for the proof keys would be very helpful. Thanks! |
We are in the process of closing this GitHub repository. This issue has been moved to the CSPP team ADO backlog list for consideration. If you would like to follow up or provide more information, please reach out to [email protected]. |
Where will this repository be hosted after it has been closed? |
The contacts in your post are blocked out. Can you please re-post. Will this repo be hosted somewhere else publicly, e.g. Azure DevOps, GitLab, etc.? |
The proof key tests can’t work as-is because there’s no signing key. We can disable the tests, but I think a better fix would be to provide a dummy WOPI discovery XML file in this repo and expose a key there. It could be a fixed key since it’s only used for testing.
The text was updated successfully, but these errors were encountered: