Skip to content

Commit dbf4207

Browse files
committed
Fix for #180
1 parent af9093a commit dbf4207

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/logs/test_rp_file.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pytest
1515

16-
from core.rp_file import RPFile
16+
from reportportal_client.core.rp_file import RPFile
1717

1818

1919
@pytest.mark.parametrize(
@@ -30,4 +30,3 @@ def test_rp_file_name_should_not_be_empty(name):
3030
payload = file.payload
3131
assert payload['name']
3232
assert len(payload['name']) > 10
33-

0 commit comments

Comments
 (0)