mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 11:21:13 +00:00
fix codestyle issue in test_autopkgtest.py
This issue only shows up in the bullseye test.
This commit is contained in:
parent
2bde180d18
commit
f202601b81
@ -156,7 +156,7 @@ class T(TestBase):
|
||||
with open(os.path.join(self.data.path, 'data/testing/state/autopkgtest-pending.json')) as f:
|
||||
self.pending_requests = json.load(f)
|
||||
except IOError:
|
||||
self.pending_requests = None
|
||||
self.pending_requests = None
|
||||
|
||||
self.assertNotIn('FIXME', out)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user