From 59b2b7aa44866ba5c1c1529143820b70c97b7906 Mon Sep 17 00:00:00 2001 From: Alexander Klee Date: Fri, 26 Sep 2025 23:01:00 +0200 Subject: [PATCH] Update smoke test messages for blog endpoints to reflect accurate content --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4afddb..5f147b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -91,8 +91,8 @@ jobs: test_endpoint "${BASE_URL}/" 200 "TWI" test_endpoint "${BASE_URL}/blog.php" 200 "Blog" || true - test_endpoint "${BASE_URL}/blog/${TEST_BLOG_SLUG}" 200 "Modern PHP API" - test_endpoint "${BASE_URL}/blog.php?post=${TEST_BLOG_SLUG}" 200 "Modern PHP API" + test_endpoint "${BASE_URL}/blog/${TEST_BLOG_SLUG}" 200 "Building a PHP API as a .NET Developer" + test_endpoint "${BASE_URL}/blog.php?post=${TEST_BLOG_SLUG}" 200 "Building a PHP API as a .NET Developer" test_endpoint "${BASE_URL}/" 200 "Recent" || test_endpoint "${BASE_URL}/" 200 "Neueste"