From 03bd47b3d3fc0534f054408c85b841ca4ec02d8d Mon Sep 17 00:00:00 2001 From: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:22:28 -0700 Subject: [PATCH] Update path to app.bicep in tutorial_test.go (#6449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description Update path to app.bicep in radius repo per recent updates to samples repo structure ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius #6448 Fixes: #6448 ## Auto-generated summary ### 🤖 Generated by Copilot at 60a7572 ### Summary 🚚📁🛠️ Updated the template path in a functional test to match the new samples layout. This ensures the test can find the `app.bicep` file for the tutorial scenario. > _`demo app.bicep`_ > _moved to samples directory_ > _a fresh spring cleaning_ ### Walkthrough * Update the template path in the tutorial test to match the new location of `app.bicep` under the `samples` directory ([link](https://github.com/radius-project/radius/pull/6449/files?diff=unified&w=0#diff-a6eb33222335c5ca5618a71aa2c65413c4baafa31c91ed3523dd19ea43839a4eL63-R63))