Skip to content

Commit

Permalink
test: enable newly added test
Browse files Browse the repository at this point in the history
follow-up for commit 64e94ef

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Dec 13, 2024
1 parent f325054 commit a48753b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/quadlet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ BOGUS=foo
Entry("Build - File Key relative no WD", "file-rel-no-wd.build", "converting \"file-rel-no-wd.build\": relative path in File key requires SetWorkingDirectory key to be set"),
Entry("Build - Neither WorkingDirectory nor File Key", "neither-workingdirectory-nor-file.build", "converting \"neither-workingdirectory-nor-file.build\": neither SetWorkingDirectory, nor File key specified"),
Entry("Build - No ImageTag Key", "no-imagetag.build", "converting \"no-imagetag.build\": no ImageTag key specified"),
Entry("Container - Empty Line After Continuation", "emptyline.container"),
)

DescribeTable("Running success quadlet with ServiceName test case",
Expand Down

0 comments on commit a48753b

Please sign in to comment.