test fix
diff --git a/tests/pillar/maas_cluster.sls b/tests/pillar/maas_cluster.sls
index 2c552f2..546ffd1 100644
--- a/tests/pillar/maas_cluster.sls
+++ b/tests/pillar/maas_cluster.sls
@@ -1,10 +1,9 @@
 maas:
   cluster:
     enabled: true
-    role: slave
     region:
-      port: 80
       host: localhost
+    role: slave
   region:
     bind:
       host: localhost
@@ -15,4 +14,4 @@
       name: maasdb
       password: password
       username: maas
-    enabled: true
\ No newline at end of file
+    enabled: true
diff --git a/tests/pillar/maas_region.sls b/tests/pillar/maas_region.sls
index c498101..7f648e6 100644
--- a/tests/pillar/maas_region.sls
+++ b/tests/pillar/maas_region.sls
@@ -1,6 +1,8 @@
 maas:
   cluster:
     enabled: true
+    region:
+      host: localhost
     role: master
   region:
     bind:
@@ -12,4 +14,4 @@
       name: maasdb
       password: password
       username: maas
-    enabled: true
\ No newline at end of file
+    enabled: true