fix base64encode
This commit is contained in:
@@ -17,7 +17,7 @@ const FILESERVER_URL = "http://192.168.88.104:8080"
|
||||
correlation_id = string(uuid4())
|
||||
|
||||
# File path for large binary payload test
|
||||
const LARGE_FILE_PATH = "./testFile_large.zip"
|
||||
const LARGE_FILE_PATH = "./testFile_small.zip"
|
||||
const filename = basename(LARGE_FILE_PATH)
|
||||
|
||||
# Helper: Log with correlation ID
|
||||
|
||||
Reference in New Issue
Block a user