mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-09 15:50:53 +00:00
Move TSetup to top of file, use in TestSealRequest
This commit is contained in:
parent
4509a4245f
commit
ddc5e02cd7
2 changed files with 54 additions and 66 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func TestSealRequest(t *testing.T) {
|
||||
SetupRandomKeys(t)
|
||||
TSetup(0, nil)
|
||||
|
||||
values := url.Values{
|
||||
"QuickBrownFox": []string{"LazyDog"},
|
||||
|
@ -28,3 +28,7 @@ func TestSealRequest(t *testing.T) {
|
|||
t.Errorf("Failed to round-trip, got back %v", unsealedValues)
|
||||
}
|
||||
}
|
||||
|
||||
func TestSendRemoteCommand(t *testing.T) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue