fix: debug integration test

This commit is contained in:
Zack Fu Zi Xiang 2024-06-18 11:03:24 +08:00
parent f551db6190
commit de0b03d6ec
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ async fn test_set_publish_namespace_set() {
.err()
.unwrap();
assert_eq!(format!("{:?}", err.code), "PublishNamespaceNotSet");
if format!("{:?}", err.code) != "PublishNamespaceNotSet" {
panic!(
"Expected PublishNamespaceNotSet, got: code {:?}, message {:?}",