fix: debug integration test
This commit is contained in:
parent
f551db6190
commit
de0b03d6ec
|
|
@ -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 {:?}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue