add theme options
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls
index dc16599..8e6c738 100644
--- a/tests/pillar/maas_cluster.sls
+++ b/tests/pillar/maas_cluster.sls
@@ -5,6 +5,7 @@
       host: localhost
     role: slave
   region:
+    theme: theme
     bind:
       host: localhost
       port: 80
diff --git a/tests/pillar/maas_region.sls b/tests/pillar/maas_region.sls
index bd5690b..df7d11d 100644
--- a/tests/pillar/maas_region.sls
+++ b/tests/pillar/maas_region.sls
@@ -6,6 +6,7 @@
     role: master
     enable_iframe: True
   region:
+    theme: theme
     bind:
       host: localhost
       port: 80