app_test.go
changeset 28 ab6185f7ed37
parent 21 555716349f64
child 40 c2caa5241c4a
--- 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")
 }