Skip to content

Commit

Permalink
Fix goof
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 13, 2025
1 parent 532332d commit 6bc3296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tests/functional/test_python_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_bootstrap_consistent():
if '=' not in line:
continue
req_name, _ = line.split('=', 1)
if req_name == boot_req_name:
if req_name == line:
different_requirements.append((req, line))
break

Expand Down

0 comments on commit 6bc3296

Please sign in to comment.