aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/notify.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-28 21:35:46 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-28 21:35:46 +0200
commit40bb66cc1eb2b8fbb129e4931af88857875f7a42 (patch)
tree7f5cba7f154df0878cf5826370a86d0240aba9e9 /tests/unit_tests/notify.cpp
parentMerge pull request #5080 (diff)
parentblockchain: add --reorg-notify (diff)
downloadmonero-40bb66cc1eb2b8fbb129e4931af88857875f7a42.tar.xz
Merge pull request #5053
23813c71 blockchain: add --reorg-notify (moneromooo-monero) f6db59b0 notify: handle arbitrary tags (moneromooo-monero) ff959216 notify: warn if the spec contains one of '"\ (moneromooo-monero) 13852678 common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/notify.cpp')
-rw-r--r--tests/unit_tests/notify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/notify.cpp b/tests/unit_tests/notify.cpp
index cd70b7739..ceeba8649 100644
--- a/tests/unit_tests/notify.cpp
+++ b/tests/unit_tests/notify.cpp
@@ -67,7 +67,7 @@ TEST(notify, works)
+ " " + name_template + " %s";
tools::Notify notify(spec.c_str());
- notify.notify("1111111111111111111111111111111111111111111111111111111111111111");
+ notify.notify("%s", "1111111111111111111111111111111111111111111111111111111111111111", NULL);
bool ok = false;
for (int i = 0; i < 10; ++i)