Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit d2d9437

Browse files
author
philippe VESSIERE
committed
Fix #130 - Fix on session factory test.
. Create an empty session factory object without ip definition (IPAddressField is not mandatory).
1 parent afa3bdb commit d2d9437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ban/tests/test_factories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def test_position_can_be_instanciated():
4545

4646

4747
def test_session_can_be_instanciated():
48-
session = factories.SessionFactory(ip='127.0.0.1')
48+
session = factories.SessionFactory()
4949
assert session.ip == '127.0.0.1'

0 commit comments

Comments
 (0)