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

refactor: helper for session recording URL; fix test #7933

Merged
merged 4 commits into from
Sep 13, 2024

Conversation

jennifer-richards
Copy link
Member

Breaks up the Session.session_recording_url() method using a helper method to simplify the test, then refactors those tests to avoid the faulty assumption that the UTC timestamp of a session will be on the same numerical date as the meeting (which is in meeting-local time).

Useful factoid when reviewing: f"{t:%Y%m%d-%H%M}" == f"{t.strftime('%Y%m%d-%H%M')}")

@rjsparks rjsparks merged commit f5c132a into ietf-tools:main Sep 13, 2024
6 of 7 checks passed
@jennifer-richards jennifer-richards deleted the session-recording-test branch September 13, 2024 21:54
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants