We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169853a commit a6ee691Copy full SHA for a6ee691
tests/commons/data_access_layer/file_stream_test.py
@@ -2,10 +2,10 @@
2
3
from commons.data_access_layer.file_stream import FileStream
4
5
-fs = FileStream("storagefiles2","ioetfiles")
+fs = FileStream("storageaccounteystr82c5","tt-common-files")
6
7
def test_get_file_stream_return_file_when_enter_file_name():
8
- result = fs.get_file_stream("activity.json")
+ result = fs.get_file_stream("activity_test.json")
9
10
assert len(json.load(result)) == 15
11
0 commit comments