Support API version 1.1 in paths

Change-Id: Ibf951092318a71cb9f9d63ac6d21a92fd7ac36f5
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index f1349a6..04fcc3c 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -101,7 +101,7 @@
 
 $t->get_ok('/realapi/v1.0')
   ->status_is(200)
-  ->content_is('Fake server available');
+  ->content_is('Fake server available: 1.0');
 
 $t->get_ok('/?q=Baum')
   ->status_is(200)