Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Usage of a wrong NASL syntax in one test. #727

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

cfi-gb
Copy link
Member

@cfi-gb cfi-gb commented Jul 12, 2024

What

Syntax of such tags is:

script_tag(name:"foo", value:"bar");

and not:

script_tag(name:"foo", value="bar");

Why

Obvious...

References

None

Checklist

  • Tests

@cfi-gb cfi-gb requested a review from a team as a code owner July 12, 2024 06:35
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.51%. Comparing base (df3e3f5) to head (5f56fab).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #727      +/-   ##
==========================================
+ Coverage   79.45%   79.51%   +0.06%     
==========================================
  Files          86       86              
  Lines        2910     2910              
  Branches      611      611              
==========================================
+ Hits         2312     2314       +2     
+ Misses        451      450       -1     
+ Partials      147      146       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NiklasHargarter NiklasHargarter merged commit 2159f78 into main Jul 15, 2024
13 checks passed
@NiklasHargarter NiklasHargarter deleted the fix_test branch July 15, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants