Skip to content

Commit

Permalink
Both fields allowed, no error indicating we can only use one
Browse files Browse the repository at this point in the history
  • Loading branch information
dantecatalfamo committed Feb 12, 2025
1 parent cfaab04 commit ffed1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service/appconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ func TestMDMAppleConfig(t *testing.T) {
MetadataURL: "not-empty",
IDPName: "onelogin",
}}},
expectedError: "metadata both metadata and metadata_url are defined, only one is allowed",
expectedError: "invalid URI for request",
}, {
name: "ssoIdPName",
licenseTier: "premium",
Expand Down

0 comments on commit ffed1bf

Please sign in to comment.