Skip to content

Add recording API#20

Merged
Karolk99 merged 2 commits intomainfrom
recording-api
Dec 5, 2023
Merged

Add recording API#20
Karolk99 merged 2 commits intomainfrom
recording-api

Conversation

@Karolk99
Copy link
Copy Markdown
Contributor

@Karolk99 Karolk99 commented Dec 1, 2023

@Karolk99 Karolk99 requested review from Rados13 and roznawsk December 1, 2023 15:45
Comment on lines +23 to +26
class TestGetList:
def test_valid(self, recording_api: RecordingApi):
all_rooms = recording_api.get_list()
assert isinstance(all_rooms, list)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After finding this difference between what jellyfish returned and what was defined in OpenApiSpec what do you think about testing get_list after some recording is created?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Co-authored-by: Przemysław Rożnawski <48837433+roznawsk@users.noreply.github.com>
@Karolk99 Karolk99 merged commit 57716b3 into main Dec 5, 2023
@Karolk99 Karolk99 deleted the recording-api branch December 5, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants