Skip to content

Commit f3d987a

Browse files
committed
chore: Ignore sensitive info
1 parent 28f7cf3 commit f3d987a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kerberos.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ mod test {
9595
fn test_kerberos() {
9696
let runtime_manager = RuntimeManager::default();
9797
let config = KerberosSecurityConfig {
98-
keytab_path: "/tmp/hue.keytab".to_string(),
99-
principal: "[email protected].COM".to_string(),
98+
keytab_path: "/tmp/x.keytab".to_string(),
99+
principal: "[email protected].COM".to_string(),
100100
};
101101
let _ = KerberosTask::init(&runtime_manager, &config);
102102
}

0 commit comments

Comments
 (0)