mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Check that sync.server.origin is a URL (#3361)
This commit is contained in:
parent
4d9bb20bdd
commit
10cec507cb
6 changed files with 18 additions and 3 deletions
|
@ -186,7 +186,7 @@ static void test_replica_sync_local(void) {
|
|||
static void test_replica_remote_server(void) {
|
||||
TCString err;
|
||||
TCServer *server = tc_server_new_sync(
|
||||
tc_string_borrow("tc.freecinc.com"),
|
||||
tc_string_borrow("http://tc.freecinc.com"),
|
||||
tc_uuid_new_v4(),
|
||||
tc_string_borrow("\xf0\x28\x8c\x28"), // NOTE: not utf-8
|
||||
&err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue