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
4867e7bf
Commit
4867e7bf
authored
Apr 19, 2018
by
Daniel W Bond
Browse files
corrected expected outcome for peoplefinder API
parent
eeb005e0
Pipeline
#2335
failed with stages
in 2 minutes and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
go/go/test_cas_callbacks.py
View file @
4867e7bf
...
...
@@ -47,7 +47,7 @@ class CasCallbacksTest(TestCase):
"""
actual
=
pfinfo
(
'nander13'
)
expected
=
[
'Nicholas'
,
'Anderson'
]
expected
=
[
'Nicholas
J
'
,
'Anderson'
]
self
.
assertEqual
(
expected
,
actual
)
def
test_pfinfo_dne
(
self
):
...
...
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