We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87898cb commit 983785dCopy full SHA for 983785d
1 file changed
ietf/meeting/tests/view.py
@@ -28,7 +28,7 @@ def test_agenda83txt(self):
28
resp = self.client.get('/meeting/83/agenda.txt')
29
# to capture new output (and check it for correctness)
30
fn = ""
31
- if resp.content != agenda83.txt:
+ if resp.content != agenda83txt:
32
fn = "%s/meeting/tests/agenda-83-txt-output-out.txt" % BASE_DIR
33
out = open(fn, "w")
34
out.write(resp.content)
0 commit comments