Skip to content

Commit

Permalink
Merge pull request #5808 from ietf-tools/main
Browse files Browse the repository at this point in the history
ci: merge main to release
  • Loading branch information
rjsparks authored Jun 12, 2023
2 parents df18bff + f5365b2 commit 62d6891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://img.shields.io/github/license/ietf-tools/datatracker)](https://github.com/ietf-tools/datatracker/blob/main/LICENSE)
[![Code Coverage](https://codecov.io/gh/ietf-tools/datatracker/branch/feat/bs5/graph/badge.svg?token=V4DXB0Q28C)](https://codecov.io/gh/ietf-tools/datatracker)
[![Python Version](https://img.shields.io/badge/python-3.9-blue?logo=python&logoColor=white)](#prerequisites)
[![Django Version](https://img.shields.io/badge/django-2.x-51be95?logo=django&logoColor=white)](#prerequisites)
[![Django Version](https://img.shields.io/badge/django-4.x-51be95?logo=django&logoColor=white)](#prerequisites)
[![Node Version](https://img.shields.io/badge/node.js-16.x-green?logo=node.js&logoColor=white)](#prerequisites)
[![MariaDB Version](https://img.shields.io/badge/postgres-14-blue?logo=postgresql&logoColor=white)](#prerequisites)

Expand Down
1 change: 1 addition & 0 deletions ietf/secr/meetings/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def test_meetings_misc_session_edit(self):
'remote_instructions': 'http://webex.com/foobar',
})
self.assertRedirects(response, redirect_url)
session = Session.objects.get(pk=session.pk) # get a clean instance to avoid cache problems
timeslot = session.official_timeslotassignment().timeslot
self.assertEqual(timeslot.time, new_time)

Expand Down

0 comments on commit 62d6891

Please sign in to comment.