This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
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
fd0baa6905
commit
7919e26e3d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
TestD
ancer
AppExTemplate
:
class
TestD
jango
AppExTemplate
:
def
setup_method
(
self
)
:
self
.
oc_api
=
OpenShiftAPI
(
pod_name_prefix
=
"
django-example
"
)
Write
Preview
Loading…
Cancel
Save