We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafb69c commit d4d3f90Copy full SHA for d4d3f90
libs/hscim/src/Web/Scim/Server/Mock.hs
@@ -265,9 +265,11 @@ createMeta rType =
265
lastModified = testDate,
266
version = Weak "testVersion",
267
location =
268
- Common.URI $ -- FUTUREWORK: getting the actual schema, authority, and path here
269
- -- is a bit of work, but it may be required one day.
270
- URI "https:" (Just $ URI.URIAuth "" "example.com" "") "/Users/id" "" ""
+ Common.URI
+ $ URI "https:" (Just $ URI.URIAuth "" "example.com" "") "/Users/id" "" ""
+ -- FUTUREWORK: getting the actual schema, authority, and
271
+ -- path here is a bit of work, but it may be required one
272
+ -- day.
273
}
274
275
-- Natural transformation from our transformer stack to the Servant stack
0 commit comments