Sync with current type.
authorOllivier Robert <roberto@keltia.net>
Thu, 06 Apr 2017 23:38:46 +0200
changeset 28 ab6185f7ed37
parent 27 15abafa6cd90
child 29 c97af08ff698
Sync with current type.
app_test.go
--- a/app_test.go	Thu Apr 06 23:37:58 2017 +0200
+++ b/app_test.go	Thu Apr 06 23:38:46 2017 +0200
@@ -12,5 +12,4 @@
 	assert.Equal(t, reflect.TypeOf(&Gondole{}), reflect.TypeOf(g), "should be Gondole")
 
 	assert.Equal(t, "foo", g.Name, "should be equal")
-	assert.Equal(t, "bar", g.RedirectURI, "should be equal")
 }