@@ -235,7 +235,7 @@ def test_03_removing_units(self):
235235 self .client .patch (self .remote ['_href' ], body )
236236 type(self ).remote = self .client .get (self .remote ['_href' ])
237237
238- sync (self .cfg , self .remote , self .repo )
238+ sync (self .cfg , self .remote , self .repo , mirror = True )
239239 type(self ).repo = self .client .get (self .repo ['_href' ])
240240
241241 self .assertDictEqual (
@@ -329,7 +329,7 @@ def test_03_add_subset_exclude(self):
329329 self .client .patch (self .remote ['_href' ], body )
330330 type(self ).remote = self .client .get (self .remote ['_href' ])
331331
332- sync (self .cfg , self .remote , self .repo )
332+ sync (self .cfg , self .remote , self .repo , mirror = True )
333333 type(self ).repo = self .client .get (self .repo ['_href' ])
334334
335335 self .assertEqual (
@@ -357,7 +357,7 @@ def test_04_remove_excludes(self):
357357 self .client .patch (self .remote ['_href' ], body )
358358 type(self ).remote = self .client .get (self .remote ['_href' ])
359359
360- sync (self .cfg , self .remote , self .repo )
360+ sync (self .cfg , self .remote , self .repo , mirror = True )
361361 type(self ).repo = self .client .get (self .repo ['_href' ])
362362
363363 self .assertEqual (
0 commit comments