Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
go-sso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
id
go-sso
Commits
8c093e64
Commit
8c093e64
authored
Feb 16, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix static content test
parent
937bcd65
Pipeline
#2233
passed with stages
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/http_test.go
server/http_test.go
+1
-1
No files found.
server/http_test.go
View file @
8c093e64
...
...
@@ -97,7 +97,7 @@ func TestHTTP_ServeStaticAsset(t *testing.T) {
defer
httpSrv
.
Close
()
c
:=
newTestHTTPClient
()
resp
,
err
:=
c
.
Get
(
httpSrv
.
URL
+
"/static/js/
jquery-3.2.1.min
.js"
)
resp
,
err
:=
c
.
Get
(
httpSrv
.
URL
+
"/static/js/
u2f
.js"
)
if
err
!=
nil
{
t
.
Fatal
(
"http.Get():"
,
err
)
}
...
...
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