Skip to content

Commit 74b3d6a

Browse files
localhost -> some_domain.test
1 parent 82ee69c commit 74b3d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
@pytest.fixture(scope="session")
3939
def default_domain():
40-
return 'localhost'
40+
return 'some_domain.test'
4141

4242

4343
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)