Skip to content

Commit 0135f97

Browse files
committed
tests: Fix updateperms test
This had no chance of working since 4d6c31e, but I've never bothered getting admin permissions back from RHBZ admins to confirm :/ Signed-off-by: Cole Robinson <[email protected]>
1 parent 138caf8 commit 0135f97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_rw_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ def test11UserUpdate(backends):
696696

697697
# Test group_get
698698
try:
699-
group = bz.getgroup("fedora_contrib")
700-
group.refresh()
699+
groupobj = bz.getgroup(group)
700+
groupobj.refresh()
701701
except Exception as e:
702702
if have_admin:
703703
raise

0 commit comments

Comments
 (0)