Skip to content

Commit

Permalink
Convert $releasever "given" step to generic step
Browse files Browse the repository at this point in the history
We'll need this step in a "when" context in the next commit.

No functional change.
  • Loading branch information
dmnks committed May 9, 2024
1 parent 96e9567 commit ec0cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf-behave-tests/dnf/steps/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def generate_metalink(destdir, url):
f.write(data + '\n')


@behave.given("I set releasever to \"{releasever}\"")
@behave.step("I set releasever to \"{releasever}\"")
def step_impl(context, releasever):
context.dnf._set("releasever", releasever)
for repo, info in context.dnf.repos.items():
Expand Down

0 comments on commit ec0cb2d

Please sign in to comment.