Skip to content

Commit 6ff99e6

Browse files
committed
New tests.py with var name fix.
- Legacy-Id: 769
1 parent 4efcf68 commit 6ff99e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def doUrlsTest(self, lst):
293293
if master and not "skipdiff" in codes:
294294
hostprefix = settings.TEST_REFERENCE_URL_PREFIX
295295
if hostprefix.endswith("/"):
296-
hostprefix = prefix[:-1]
296+
hostprefix = hostprefix[:-1]
297297
if master.startswith("/"):
298298
master = master[1:]
299299
master = "%s/%s" % (hostprefix, master)

0 commit comments

Comments
 (0)