From 77c9f266553cbadfd5fb150a26c2162b705f151e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 20 Apr 2022 14:03:39 +0200 Subject: FSM: More states and fix graph order --- src/server_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server_test.go') diff --git a/src/server_test.go b/src/server_test.go index 5b6ec5a..3045983 100644 --- a/src/server_test.go +++ b/src/server_test.go @@ -40,8 +40,8 @@ func StateCallback(t *testing.T, oldState string, newState string, data string) go LoginOAuthSelenium(t, data) } - // We have no data to send back - return "" + // We have no data to send back + return "" } func Test_server(t *testing.T) { @@ -133,7 +133,6 @@ func Test_token_expired(t *testing.T) { return StateCallback(t, old, new, data) }, false) - _, configErr := state.Connect("https://eduvpnserver") if configErr != nil { -- cgit v1.2.3