Skip to content

Commit

Permalink
Revert removal of taxonomy from host module (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 authored Jul 30, 2024
1 parent 36cb87d commit 6b5aa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ class HostsTaxonomyMismatchRadioGroup(GenericLocatorWidget):
</form>
"""

taxonomy = None
fix_mismatch = Text("//input[contains(@id, 'optimistic_import_yes')]")
fail_on_mismatch = Text("//input[contains(@id, 'optimistic_import_no')]")
buttons_text = {
Expand Down

0 comments on commit 6b5aa1b

Please sign in to comment.