Skip to content

Commit c894401

Browse files
committed
Fixed tests
1 parent 89018f0 commit c894401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_paste_objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def json(self):
1919

2020
def test_slexy_site():
2121
pid_list_fake = [0, 1, 2, 3, 4]
22-
slexy_site = SlexyPasteSite()
22+
slexy_site = SlexyPasteSite({})
2323
slexy_site.get_recent_items = lambda: pid_list_fake
2424
slexy_site.get_paste_for_id = lambda pid: mock_get_paste_for_pid(str(pid))
2525
slexy_site.remap_raw_item = lambda raw_data, pid: {"pid": 123}

0 commit comments

Comments
 (0)