fmt
This commit is contained in:
@@ -223,3 +223,4 @@ jobs:
|
||||
|
||||
echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub"
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/sftp-tests.yml
vendored
1
.github/workflows/sftp-tests.yml
vendored
@@ -90,3 +90,4 @@ jobs:
|
||||
echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY
|
||||
echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
|
||||
|
||||
@@ -89,3 +89,4 @@ To debug test failures:
|
||||
config.EnableDebug = true
|
||||
```
|
||||
|
||||
|
||||
|
||||
1
test/sftp/testdata/userstore.json
vendored
1
test/sftp/testdata/userstore.json
vendored
@@ -34,3 +34,4 @@
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
|
||||
return time.Since(item.queueTime)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) {
|
||||
_ = q.Len()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user