summaryrefslogtreecommitdiff
path: root/src/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_test.go')
-rw-r--r--src/server_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server_test.go b/src/server_test.go
index 84da6a3..7081bde 100644
--- a/src/server_test.go
+++ b/src/server_test.go
@@ -179,8 +179,8 @@ func Test_token_invalid(t *testing.T) {
// Fake connect and then back to authenticated so that we can re-authenticate
// Going to authenticated fakes a disconnect
- state.GoTransition(CONNECTED, "")
- state.GoTransition(AUTHENTICATED, "")
+ state.GoTransition(CONNECTED)
+ state.GoTransition(AUTHENTICATED)
dummy_value := "37"