Browse Source

Fix test suite class name

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
pull/213/head
Petr "Stone" Hracek 1 year ago
parent
commit
7919e26e3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_django.py

+ 1
- 1
tests/test_django.py View File

@ -11,7 +11,7 @@ VERSION=os.getenv("SINGLE_VERSION")
if not VERSION:
VERSION="3.11-ubi8"
class TestDancerAppExTemplate:
class TestDjangoAppExTemplate:
def setup_method(self):
self.oc_api = OpenShiftAPI(pod_name_prefix="django-example")


Loading…
Cancel
Save