Selaa lähdekoodia

Fixed bad YAML in reindex REST test: 50_routing.yaml

Clinton Gormley 9 vuotta sitten
vanhempi
commit
3087d2b882

+ 1 - 1
modules/reindex/src/test/resources/rest-api-spec/test/reindex/50_routing.yaml

@@ -35,7 +35,7 @@
         type:         test
         id:           1
         body:         { "company": "cat" }
-        routing:
+        routing:      null
   - do:
       indices.refresh: {}