Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 9e10881

Browse files
committed
Added slug to test Python 3.4
1 parent 8048f99 commit 9e10881

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def get_editable_document(self, version):
9999
"2.7": "351151-lbex-docid-130036",
100100
"3.2": "350987-lbex-docid-131059",
101101
"3.3": "351029-lbex-docid-149714",
102+
"3.4": "351291-lbex-docid-037292",
102103
}
103104
return version2slug[str(version)]
104105

@@ -244,7 +245,7 @@ def test_public_actions(self):
244245
report-of-the-calpers-special-review-p1.txt'
245246
)
246247
self.assertEqual(
247-
obj.get_page_text(1).decode().split("\n")[0],
248+
obj.get_page_text(1).decode().split("\n")[0],
248249
"Report of the CalPERS Special Review"
249250
)
250251

0 commit comments

Comments
 (0)