Skip to content
Snippets Groups Projects
Commit 2146e293 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

fixed broken endpoint const

parent a33cbe5c
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67646 passed with warnings
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"testing" "testing"
) )
const apiEndpoint = "http://localhost:8080" const apiEndpoint = "http://localhost:8080/api"
// UUIDs for test cases // UUIDs for test cases
var did uuid.UUID var did uuid.UUID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment