Skip to content

Commit

Permalink
Remove auto_publish field from publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Apr 8, 2018
1 parent 92014a3 commit 7dd8993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pulp_smash/tests/pulp3/file/api_v3/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8
"""Utilities for file plugin tests."""
from random import choice, sample
from random import sample

from pulp_smash.tests.pulp3.constants import (
REMOTE_DOWN_POLICY,
Expand Down Expand Up @@ -36,5 +36,4 @@ def gen_publisher():
"""Return a semi-random dict for use in creating a publisher."""
return {
'name': utils.uuid4(),
'auto_publish': choice((False, True))
}

0 comments on commit 7dd8993

Please sign in to comment.