Skip to content

Commit 983785d

Browse files
committed
Fixed a typo.
- Legacy-Id: 6326
1 parent 87898cb commit 983785d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/tests/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_agenda83txt(self):
2828
resp = self.client.get('/meeting/83/agenda.txt')
2929
# to capture new output (and check it for correctness)
3030
fn = ""
31-
if resp.content != agenda83.txt:
31+
if resp.content != agenda83txt:
3232
fn = "%s/meeting/tests/agenda-83-txt-output-out.txt" % BASE_DIR
3333
out = open(fn, "w")
3434
out.write(resp.content)

0 commit comments

Comments
 (0)