Commit ec894fa4 authored by ysaito1001's avatar ysaito1001
Browse files

Enable `sso` feature for the test

parent bbe364ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -616,7 +616,8 @@ mod test {
    make_test!(credential_process_invalid);
    #[cfg(feature = "sso")]
    make_test!(sso_credentials);
    make_test!(invalid_sso_credentials_config); // no feature flag since this is just testing for invalid config
    #[cfg(feature = "sso")]
    make_test!(invalid_sso_credentials_config);
    #[cfg(feature = "sso")]
    make_test!(sso_override_global_env_url);
    #[cfg(feature = "sso")]