Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 3, 2024
1 parent c5b0ba1 commit 9dc67c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,11 @@ def desc():
def scenario() -> str:
return super(TestCaseTransfer, TestCaseTransfer).scenario()

@staticmethod
def urlprefix() -> str:
"""URL prefix"""
return "https://server46:443/"

def get_paths(self):
self._files = [
self._generate_random_file(2 * MB),
Expand Down

0 comments on commit 9dc67c2

Please sign in to comment.