Skip to content

Commit

Permalink
Added comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Nov 21, 2022
1 parent f7575d7 commit a7c1457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/grpc/services/appprovider/appprovider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func Test_parseConfig(t *testing.T) {
},
{
name: "all configurations set for wopi driver",
// Note that the wopi driver is not loaded by this unit test, therefore those properties are just a non-validated example
m: map[string]interface{}{
"Driver": "wopi",
"Drivers": map[string]map[string]interface{}{"wopi": {"iop_secret": "very-secret", "wopi_url": "https://my.wopi:9871"}},
Expand Down

0 comments on commit a7c1457

Please sign in to comment.