Skip to content

Commit

Permalink
Merge pull request #27 from JaurbanRH/remove_create_instance
Browse files Browse the repository at this point in the history
Remove redundand create instance
  • Loading branch information
pehala authored Aug 1, 2022
2 parents d688409 + 58a5bda commit 6e0eeeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/tests/kuadrant/authorino/operator/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def authorino(openshift, blame, request, testconfig) -> AuthorinoCR:
authorino = AuthorinoCR.create_instance(openshift,
blame("authorino"),
image=weakget(testconfig)["authorino"]["image"] % None)
authorino = AuthorinoCR.create_instance(openshift, blame("authorino"))
request.addfinalizer(lambda: authorino.delete(ignore_not_found=True))
authorino.commit()
authorino.wait_for_ready()
Expand Down

0 comments on commit 6e0eeeb

Please sign in to comment.