Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
d3000ecf
Commit
d3000ecf
authored
Jun 08, 2018
by
David Haynes
🙆
Browse files
Uh did I write the tests wrong
parent
6a506cf9
Pipeline
#2516
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/test_forms.py
View file @
d3000ecf
...
...
@@ -80,7 +80,7 @@ class URLFormTest(TestCase):
"""
form_data
=
{
'destination'
:
'https://srct.gmu.edu'
,
'short'
:
'
test
'
,
'short'
:
''
,
'expires'
:
'1 Day'
,
'expires_custom'
:
''
}
...
...
@@ -96,7 +96,7 @@ class URLFormTest(TestCase):
form_data
=
{
'destination'
:
'https://srct.gmu.edu'
,
'short'
:
'pls'
,
'expires'
:
'
None
'
,
'expires'
:
''
,
'expires_custom'
:
''
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment