misc: Use XGL_API_VERSION instead of hard coded value
diff --git a/tests/render_tests.cpp b/tests/render_tests.cpp
index 5b614e2..f1ed243 100644
--- a/tests/render_tests.cpp
+++ b/tests/render_tests.cpp
@@ -244,7 +244,7 @@
         this->app_info.appVersion = 1;
         this->app_info.pEngineName = "unittest";
         this->app_info.engineVersion = 1;
-        this->app_info.apiVersion = XGL_MAKE_VERSION(0, 22, 0);
+        this->app_info.apiVersion = XGL_API_VERSION;
 
         memset(&m_textureViewInfo, 0, sizeof(m_textureViewInfo));
         m_textureViewInfo.sType = XGL_STRUCTURE_TYPE_IMAGE_VIEW_ATTACH_INFO;