Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
Moves to `add_to_facts`
  • Loading branch information
jvanderaa authored Sep 16, 2021
1 parent 910d180 commit 1fb3ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def nautobot_valid_args(graphql_test_query):
"validate_certs": False,
"query": graphql_test_query,
"graph_variables": {},
"populate_root": False,
"add_to_facts": False,
}

0 comments on commit 1fb3ba7

Please sign in to comment.