Skip to content

Commit 5499e59

Browse files
author
Amir Moualem
authored
Merge pull request #402 from snyk/chore/chore
chore: single quotation marks instead of double
2 parents 0c21046 + 8604bb5 commit 5499e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/kubernetes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tap.test('snyk-monitor sends data to kubernetes-upstream', async (t) => {
106106
t.ok('busybox' in depGraphScratchImage.dependencyGraphResults, 'busybox was scanned');
107107
const busyboxPluginResult = JSON.parse(depGraphScratchImage.dependencyGraphResults.busybox);
108108
t.same(busyboxPluginResult.package.packageFormatVersion, 'linux:0.0.1', 'the version of the package format');
109-
t.same(busyboxPluginResult.package.targetOS, {name: 'unknown', version: '0.0', prettyName: ""}, 'busybox operating system unknown');
109+
t.same(busyboxPluginResult.package.targetOS, {name: 'unknown', version: '0.0', prettyName: ''}, 'busybox operating system unknown');
110110
t.same(busyboxPluginResult.plugin.packageManager, 'linux', 'linux is the default package manager for scratch containers');
111111
});
112112

0 commit comments

Comments
 (0)