Skip to content

Commit

Permalink
fixed integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Nov 15, 2024
1 parent ae59d07 commit fdc6edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bundle/bind_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func TestAccGenerateAndBind(t *testing.T) {
_, err = os.Stat(filepath.Join(bundleRoot, "src", "test.py"))
require.NoError(t, err)

matches, err := filepath.Glob(filepath.Join(bundleRoot, "resources", "test_job_key.yml"))
matches, err := filepath.Glob(filepath.Join(bundleRoot, "resources", "test_job_key.job.yml"))
require.NoError(t, err)

require.Len(t, matches, 1)
Expand Down

0 comments on commit fdc6edf

Please sign in to comment.