]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_web.py
Remove ugly shadowing of Client.DEFAULT_ENCODING_PARAMETERS. fixes #1847
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
index 731e710dca2e69eb71ddb8e79978831d655bfb73..077ea0286d9dae59f5f5007d40c7d10ee4d5c04b 100644 (file)
@@ -5501,7 +5501,7 @@ class Grid(GridTestMixin, WebErrorMixin, ShouldFailMixin, testutil.ReallyEqualMi
         self.basedir = "web/Grid/exceptions"
         self.set_up_grid(num_clients=1, num_servers=2)
         c0 = self.g.clients[0]
-        c0.DEFAULT_ENCODING_PARAMETERS['happy'] = 2
+        c0.encoding_params['happy'] = 2
         self.fileurls = {}
         DATA = "data" * 100
         d = c0.create_dirnode()