Skip to content

Commit c07604c

Browse files
committed
unit test
1 parent 2d63f6c commit c07604c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datasource/file/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func Test_RetrieveTokenFromFile(t *testing.T) {
3737
createToken: false,
3838
path: "test-tkn",
3939
expected: "",
40-
expectedErrMsg: "unable to read token from file: open test-tkn: no such file or directory",
40+
expectedErrMsg: "unable to read from file: open test-tkn: no such file or directory",
4141
},
4242
{
4343
name: "Test 3: Empty path",

0 commit comments

Comments
 (0)