We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d63f6c commit c07604cCopy full SHA for c07604c
internal/datasource/file/file_test.go
@@ -37,7 +37,7 @@ func Test_RetrieveTokenFromFile(t *testing.T) {
37
createToken: false,
38
path: "test-tkn",
39
expected: "",
40
- expectedErrMsg: "unable to read token from file: open test-tkn: no such file or directory",
+ expectedErrMsg: "unable to read from file: open test-tkn: no such file or directory",
41
},
42
{
43
name: "Test 3: Empty path",
0 commit comments