summaryrefslogtreecommitdiff
path: root/tests/test-regression.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-regression.c')
-rw-r--r--tests/test-regression.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-regression.c b/tests/test-regression.c
index 9501ab5..979e281 100644
--- a/tests/test-regression.c
+++ b/tests/test-regression.c
@@ -441,7 +441,7 @@ void test_ggo_7 () {
"host-ip", "127.0.0.1",
"interface", "ThisShouldNotExist",
NULL);
- g_assert_error (error, GSSDP_ERROR, GSSDP_ERROR_FAILED);
+ g_assert_error (error, GSSDP_ERROR, GSSDP_ERROR_NO_IP_ADDRESS);
g_assert_null (client);
g_clear_error (&error);