mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: Add test for SCP (#2692)
* fix: Elongate agent disconnect timeout in tests This will fix the flake seen here: https://github.com/coder/coder/runs/7071719863?check_suite_focus=true * fix: Add test for SCP This was hanging due to the stdin pipe never being closed. A test has been added to make sure it works!
This commit is contained in:
@@ -49,6 +49,7 @@ require (
|
||||
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
|
||||
github.com/awalterschulze/gographviz v2.0.3+incompatible
|
||||
github.com/bgentry/speakeasy v0.1.0
|
||||
github.com/bramvdbogaerde/go-scp v1.2.0
|
||||
github.com/briandowns/spinner v1.18.1
|
||||
github.com/charmbracelet/charm v0.12.1
|
||||
github.com/charmbracelet/lipgloss v0.5.0
|
||||
|
||||
Reference in New Issue
Block a user