Browse Source

Fix typo in template name

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

+ 1
- 1
tests/test_django.py View File

@ -48,7 +48,7 @@ class TestDancerAppExTemplate:
branch_to_test = "master" branch_to_test = "master"
expected_output = "Welcome to your Django application" expected_output = "Welcome to your Django application"
template_json = self.oc_api.get_raw_url_for_json( template_json = self.oc_api.get_raw_url_for_json(
container="django-ex", dir="openshift/templates", filename="dancer.json"
container="django-ex", dir="openshift/templates", filename="django.json"
) )
assert self.oc_api.deploy_template( assert self.oc_api.deploy_template(
template=template_json, name_in_template="django-example", expected_output=expected_output, template=template_json, name_in_template="django-example", expected_output=expected_output,


Loading…
Cancel
Save