Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Feb 16, 2022
1 parent efe2927 commit 1aabee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/pkg/service/v0/graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var _ = Describe("Graph", func() {
"name":"aspacename",
"root":{
"id":"aspaceid!anopaqueid",
"webDavUrl":"https://localhost:9200/dav/spaces/aspaceid!anopaqueid"
"webDavUrl":"https://localhost:9200/dav/spaces/aspaceid"
}
}
]
Expand Down

0 comments on commit 1aabee7

Please sign in to comment.