Skip to content

Commit a6ee691

Browse files
authored
test: TT-384 Change blob storage connection input names
1 parent 169853a commit a6ee691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/commons/data_access_layer/file_stream_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from commons.data_access_layer.file_stream import FileStream
44

5-
fs = FileStream("storagefiles2","ioetfiles")
5+
fs = FileStream("storageaccounteystr82c5","tt-common-files")
66

77
def test_get_file_stream_return_file_when_enter_file_name():
8-
result = fs.get_file_stream("activity.json")
8+
result = fs.get_file_stream("activity_test.json")
99

1010
assert len(json.load(result)) == 15
1111

0 commit comments

Comments
 (0)